#BDFB7E

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

Shades of Sulu #BDFB7E

Tints of Sulu #BDFB7E

Color information

#BDFB7E (or 0xBDFB7E) is unknown color: approx Sulu. HEX triplet: BD, FB and 7E. RGB value is (189,251,126). Sum of RGB (Red+Green+Blue) = 189+251+126=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7E is #420481. Grayscale: #DADADA. Windows color (decimal): -4326530 or 8321981. OLE color: 8321981.

HSL color Cylindrical-coordinate representation of color #BDFB7E: hue angle of 89.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDFB7E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB189251126-
CMYK0.2500.500.02
HSL89.76º93.98%73.92%-
HSV(B)89.76º49.8%98.43%-
XYZ59.2581.3232.31-
YUV218.2175.96107.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=33.39%
G=44.35%
B=22.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511260.2500.500.0289.7693.9873.92
HexBDFB7E1903225a5e4a
Octal275373176310622132136112
Binary1011110111111011111111011001011001010101101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB7E; }

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

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

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

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

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

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

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

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