#BDF669

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

Shades of Sulu #BDF669

Tints of Sulu #BDF669

Color information

#BDF669 (or 0xBDF669) is unknown color: approx Sulu. HEX triplet: BD, F6 and 69. RGB value is (189,246,105). Sum of RGB (Red+Green+Blue) = 189+246+105=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF669 is #420996. Grayscale: #D5D5D5. Windows color (decimal): -4327831 or 6944445. OLE color: 6944445.

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

Color convert

RGB189246105-
CMYK0.2300.570.04
HSL84.26º88.68%68.82%-
HSV(B)84.26º57.32%96.47%-
XYZ56.4977.7525.39-
YUV212.8867.12110.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 246 (96.48% from 255) = 45.56%
BLUE value IS 105 (41.41% from 255) = 19.44%
R=35%
G=45.56%
B=19.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461050.2300.570.0484.2688.6868.82
HexBDF669170394545945
Octal275366151270714124131105
Binary10111101111101101101001101110111001100101010010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF669; }

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

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

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

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

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

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

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

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