#D5FC8D

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

Shades of Reef #D5FC8D

Tints of Reef #D5FC8D

Color information

#D5FC8D (or 0xD5FC8D) is unknown color: approx Reef. HEX triplet: D5, FC and 8D. RGB value is (213,252,141). Sum of RGB (Red+Green+Blue) = 213+252+141=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FC8D is #2A0372. Grayscale: #E4E4E4. Windows color (decimal): -2753395 or 9305301. OLE color: 9305301.

HSL color Cylindrical-coordinate representation of color #D5FC8D: hue angle of 81.08º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5FC8D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB213252141-
CMYK0.1500.440.01
HSL81.08º94.87%77.06%-
HSV(B)81.08º44.05%98.82%-
XYZ67.0685.6938.2-
YUV227.6879.08117.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 141 (55.47% from 255) = 23.27%
R=35.15%
G=41.58%
B=23.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132521410.1500.440.0181.0894.8777.06
HexD5FC8DF02C1515f4d
Octal325374215170541121137115
Binary110101011111110010001101111101011001101000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC8D; }

 p { color: rgb(213,252,141); }

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

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

 a { background-color: rgb(213,252,141); }

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

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

 span { border-color: rgb(213,252,141); }

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