#BDF37E

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

Shades of Sulu #BDF37E

Tints of Sulu #BDF37E

Color information

#BDF37E (or 0xBDF37E) is unknown color: approx Sulu. HEX triplet: BD, F3 and 7E. RGB value is (189,243,126). Sum of RGB (Red+Green+Blue) = 189+243+126=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF37E is #420C81. Grayscale: #D5D5D5. Windows color (decimal): -4328578 or 8319933. OLE color: 8319933.

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

Color convert

RGB189243126-
CMYK0.2200.480.05
HSL87.69º82.98%72.35%-
HSV(B)87.69º48.15%95.29%-
XYZ56.876.4331.5-
YUV213.5278.61110.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 126 (49.61% from 255) = 22.58%
R=33.87%
G=43.55%
B=22.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431260.2200.480.0587.6982.9872.35
HexBDF37E160305585348
Octal275363176260605130123110
Binary10111101111100111111110101100110000101101100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF37E; }

 p { color: rgb(189,243,126); }

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

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

 a { background-color: rgb(189,243,126); }

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

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

 span { border-color: rgb(189,243,126); }

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