#D5F196

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

Shades of Reef #D5F196

Tints of Reef #D5F196

Color information

#D5F196 (or 0xD5F196) is unknown color: approx Reef. HEX triplet: D5, F1 and 96. RGB value is (213,241,150). Sum of RGB (Red+Green+Blue) = 213+241+150=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F196 is #2A0E69. Grayscale: #DEDEDE. Windows color (decimal): -2756202 or 9892309. OLE color: 9892309.

HSL color Cylindrical-coordinate representation of color #D5F196: hue angle of 78.46º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5F196 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB213241150-
CMYK0.1200.380.05
HSL78.46º76.47%76.67%-
HSV(B)78.46º37.76%94.51%-
XYZ64.479.2640.76-
YUV222.2587.22121.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 150 (58.98% from 255) = 24.83%
R=35.26%
G=39.90%
B=24.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132411500.1200.380.0578.4676.4776.67
HexD5F196C02654e4c4d
Octal325361226140465116114115
Binary11010101111100011001011011000100110101100111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F196; }

 p { color: rgb(213,241,150); }

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

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

 a { background-color: rgb(213,241,150); }

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

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

 span { border-color: rgb(213,241,150); }

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