#BDF666

Color #BDF666 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDF666

Tints of Sulu #BDF666

Color information

#BDF666 (or 0xBDF666) is unknown color: approx Sulu. HEX triplet: BD, F6 and 66. RGB value is (189,246,102). Sum of RGB (Red+Green+Blue) = 189+246+102=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF666 is #420999. Grayscale: #D5D5D5. Windows color (decimal): -4327834 or 6747837. OLE color: 6747837.

HSL color Cylindrical-coordinate representation of color #BDF666: hue angle of 83.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF666 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB189246102-
CMYK0.2300.590.04
HSL83.75º88.89%68.24%-
HSV(B)83.75º58.54%96.47%-
XYZ56.3477.6924.6-
YUV212.5465.62111.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 246 (96.48% from 255) = 45.81%
BLUE value IS 102 (40.23% from 255) = 18.99%
R=35.20%
G=45.81%
B=18.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461020.2300.590.0483.7588.8968.24
HexBDF6661703B4545944
Octal275366146270734124131104
Binary10111101111101101100110101110111011100101010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF666; }

 p { color: rgb(189,246,102); }

 H1.HeaderClassName
 {
   color: #BDF666;
 }
 .AnyTagClassName
 {
   color: #BDF666;
 }
</style>
background-color css

<style>
 a { background-color: #BDF666; }

 a { background-color: rgb(189,246,102); }

 div.DivClassName
 {
   background-color: #BDF666;
 }
 .BgClassName
 {
   background-color: #BDF666;
 }
</style>
border-color css

<style>
 span { border-color: #BDF666; }

 span { border-color: rgb(189,246,102); }

 td.TdClassName
 {
   border-color: #BDF666;
 }
 .TagClassName
 {
   border-color: #BDF666;
 }
</style>