#BDF289

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

Shades of Sulu #BDF289

Tints of Sulu #BDF289

Color information

#BDF289 (or 0xBDF289) is unknown color: approx Sulu. HEX triplet: BD, F2 and 89. RGB value is (189,242,137). Sum of RGB (Red+Green+Blue) = 189+242+137=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF289 is #420D76. Grayscale: #D6D6D6. Windows color (decimal): -4328823 or 9040573. OLE color: 9040573.

HSL color Cylindrical-coordinate representation of color #BDF289: hue angle of 90.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF289 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB189242137-
CMYK0.2200.430.05
HSL90.29º80.15%74.31%-
HSV(B)90.29º43.39%94.9%-
XYZ57.2576.1335.34-
YUV214.1884.44110.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 242 (94.92% from 255) = 42.61%
BLUE value IS 137 (53.91% from 255) = 24.12%
R=33.27%
G=42.61%
B=24.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421370.2200.430.0590.2980.1574.31
HexBDF2891602B55a504a
Octal275362211260535132120112
Binary101111011111001010001001101100101011101101101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF289; }

 p { color: rgb(189,242,137); }

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

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

 a { background-color: rgb(189,242,137); }

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

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

 span { border-color: rgb(189,242,137); }

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