#BDF667

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

Shades of Sulu #BDF667

Tints of Sulu #BDF667

Color information

#BDF667 (or 0xBDF667) is unknown color: approx Sulu. HEX triplet: BD, F6 and 67. RGB value is (189,246,103). Sum of RGB (Red+Green+Blue) = 189+246+103=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF667 is #420998. Grayscale: #D5D5D5. Windows color (decimal): -4327833 or 6813373. OLE color: 6813373.

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

Color convert

RGB189246103-
CMYK0.2300.580.04
HSL83.92º88.82%68.43%-
HSV(B)83.92º58.13%96.47%-
XYZ56.3977.7124.86-
YUV212.6566.12111.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 246 (96.48% from 255) = 45.72%
BLUE value IS 103 (40.62% from 255) = 19.14%
R=35.13%
G=45.72%
B=19.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461030.2300.580.0483.9288.8268.43
HexBDF6671703A4545944
Octal275366147270724124131104
Binary10111101111101101100111101110111010100101010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF667; }

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

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

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

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

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

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

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

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