#BDFF87

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

Shades of Sulu #BDFF87

Tints of Sulu #BDFF87

Color information

#BDFF87 (or 0xBDFF87) is unknown color: approx Sulu. HEX triplet: BD, FF and 87. RGB value is (189,255,135). Sum of RGB (Red+Green+Blue) = 189+255+135=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF87 is #420078. Grayscale: #DDDDDD. Windows color (decimal): -4325497 or 8912829. OLE color: 8912829.

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

Color convert

RGB189255135-
CMYK0.2600.470
HSL93º100%76.47%-
HSV(B)93º47.06%100%-
XYZ61.1284.0935.93-
YUV221.5979.13104.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 135 (53.12% from 255) = 23.32%
R=32.64%
G=44.04%
B=23.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551350.2600.4709310076.47
HexBDFF871A02F05d644c
Octal275377207320570135144114
Binary1011110111111111100001111101001011110101110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF87; }

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

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

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

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

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

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

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

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