#bdf18b

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

Shades of Sulu #BDF18B

Tints of Sulu #BDF18B

Color information

#BDF18B (or 0xBDF18B) is unknown color: approx Sulu. HEX triplet: BD, F1 and 8B. RGB value is (189,241,139). Sum of RGB (Red+Green+Blue) = 189+241+139=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF18B is #420E74. Grayscale: #D6D6D6. Windows color (decimal): -4329077 or 9171389. OLE color: 9171389.

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

Color convert

RGB189241139-
CMYK0.2200.420.05
HSL90.59º78.46%74.51%-
HSV(B)90.59º42.32%94.51%-
XYZ57.175.5936.01-
YUV213.8285.77110.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 139 (54.69% from 255) = 24.43%
R=33.22%
G=42.36%
B=24.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411390.2200.420.0590.5978.4674.51
HexBDF18B1602A55b4e4b
Octal275361213260525133116113
Binary101111011111000110001011101100101010101101101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdf18b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdf18b; }

 p { color: rgb(189,241,139); }

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

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

 a { background-color: rgb(189,241,139); }

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

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

 span { border-color: rgb(189,241,139); }

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