#BDFE8B

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

Shades of Sulu #BDFE8B

Tints of Sulu #BDFE8B

Color information

#BDFE8B (or 0xBDFE8B) is unknown color: approx Sulu. HEX triplet: BD, FE and 8B. RGB value is (189,254,139). Sum of RGB (Red+Green+Blue) = 189+254+139=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE8B is #420174. Grayscale: #DDDDDD. Windows color (decimal): -4325749 or 9174717. OLE color: 9174717.

HSL color Cylindrical-coordinate representation of color #BDFE8B: hue angle of 93.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDFE8B is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB189254139-
CMYK0.2600.450.00
HSL93.91º98.29%77.06%-
HSV(B)93.91º45.28%99.61%-
XYZ61.0983.5737.34-
YUV221.4681.47104.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 254 (99.61% from 255) = 43.64%
BLUE value IS 139 (54.69% from 255) = 23.88%
R=32.47%
G=43.64%
B=23.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541390.2600.450.0093.9198.2977.06
HexBDFE8B1A02D05e624d
Octal275376213320550136142115
Binary1011110111111110100010111101001011010101111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE8B; }

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

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

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

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

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

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

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

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