#D5FA91

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

Shades of Reef #D5FA91

Tints of Reef #D5FA91

Color information

#D5FA91 (or 0xD5FA91) is unknown color: approx Reef. HEX triplet: D5, FA and 91. RGB value is (213,250,145). Sum of RGB (Red+Green+Blue) = 213+250+145=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA91 is #2A056E. Grayscale: #E3E3E3. Windows color (decimal): -2753903 or 9566933. OLE color: 9566933.

HSL color Cylindrical-coordinate representation of color #D5FA91: hue angle of 81.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5FA91 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB213250145-
CMYK0.1500.420.02
HSL81.14º91.3%77.45%-
HSV(B)81.14º42%98.04%-
XYZ66.7484.5639.59-
YUV226.9781.74118.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 145 (57.03% from 255) = 23.85%
R=35.03%
G=41.12%
B=23.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501450.1500.420.0281.1491.377.45
HexD5FA91F02A2515b4d
Octal325372221170522121133115
Binary1101010111111010100100011111010101010101000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA91; }

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

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

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

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

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

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

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

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