#BDFF91

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

Shades of Reef #BDFF91

Tints of Reef #BDFF91

Color information

#BDFF91 (or 0xBDFF91) is unknown color: approx Reef. HEX triplet: BD, FF and 91. RGB value is (189,255,145). Sum of RGB (Red+Green+Blue) = 189+255+145=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF91 is #42006E. Grayscale: #DFDFDF. Windows color (decimal): -4325487 or 9568189. OLE color: 9568189.

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

Color convert

RGB189255145-
CMYK0.2600.430
HSL96º100%78.43%-
HSV(B)96º43.14%100%-
XYZ61.8684.3839.82-
YUV222.7384.13103.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 145 (57.03% from 255) = 24.62%
R=32.09%
G=43.29%
B=24.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551450.2600.4309610078.43
HexBDFF911A02B060644e
Octal275377221320530140144116
Binary1011110111111111100100011101001010110110000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF91; }

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

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

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

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

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

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

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

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