#BDF48A

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

Shades of Sulu #BDF48A

Tints of Sulu #BDF48A

Color information

#BDF48A (or 0xBDF48A) is unknown color: approx Sulu. HEX triplet: BD, F4 and 8A. RGB value is (189,244,138). Sum of RGB (Red+Green+Blue) = 189+244+138=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF48A is #420B75. Grayscale: #D7D7D7. Windows color (decimal): -4328310 or 9106621. OLE color: 9106621.

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

Color convert

RGB189244138-
CMYK0.2300.430.04
HSL91.13º82.81%74.9%-
HSV(B)91.13º43.44%95.69%-
XYZ57.9277.3635.92-
YUV215.4784.28109.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 244 (95.70% from 255) = 42.73%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=33.10%
G=42.73%
B=24.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892441380.2300.430.0491.1382.8174.9
HexBDF48A1702B45b534b
Octal275364212270534133123113
Binary101111011111010010001010101110101011100101101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF48A; }

 p { color: rgb(189,244,138); }

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

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

 a { background-color: rgb(189,244,138); }

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

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

 span { border-color: rgb(189,244,138); }

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