#D5FF91

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

Shades of Reef #D5FF91

Tints of Reef #D5FF91

Color information

#D5FF91 (or 0xD5FF91) is unknown color: approx Reef. HEX triplet: D5, FF and 91. RGB value is (213,255,145). Sum of RGB (Red+Green+Blue) = 213+255+145=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF91 is #2A006E. Grayscale: #E6E6E6. Windows color (decimal): -2752623 or 9568213. OLE color: 9568213.

HSL color Cylindrical-coordinate representation of color #D5FF91: hue angle of 82.91º 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 #D5FF91 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB213255145-
CMYK0.1600.430
HSL82.91º100%78.43%-
HSV(B)82.91º43.14%100%-
XYZ68.3187.7140.12-
YUV229.980.09115.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 145 (57.03% from 255) = 23.65%
R=34.75%
G=41.60%
B=23.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551450.1600.43082.9110078.43
HexD5FF911002B053644e
Octal325377221200530123144116
Binary1101010111111111100100011000001010110101001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF91; }

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

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

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

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

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

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

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

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