#BDFE87

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

Shades of Sulu #BDFE87

Tints of Sulu #BDFE87

Color information

#BDFE87 (or 0xBDFE87) is unknown color: approx Sulu. HEX triplet: BD, FE and 87. RGB value is (189,254,135). Sum of RGB (Red+Green+Blue) = 189+254+135=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE87 is #420178. Grayscale: #DDDDDD. Windows color (decimal): -4325753 or 8912573. OLE color: 8912573.

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

Color convert

RGB189254135-
CMYK0.2600.470.00
HSL92.77º98.35%76.27%-
HSV(B)92.77º46.85%99.61%-
XYZ60.883.4535.82-
YUV22179.47105.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 135 (53.12% from 255) = 23.36%
R=32.70%
G=43.94%
B=23.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541350.2600.470.0092.7798.3576.27
HexBDFE871A02F05d624c
Octal275376207320570135142114
Binary1011110111111110100001111101001011110101110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE87; }

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

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

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

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

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

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

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

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