#D5FA8E

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

Shades of Reef #D5FA8E

Tints of Reef #D5FA8E

Color information

#D5FA8E (or 0xD5FA8E) is unknown color: approx Reef. HEX triplet: D5, FA and 8E. RGB value is (213,250,142). Sum of RGB (Red+Green+Blue) = 213+250+142=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA8E is #2A0571. Grayscale: #E3E3E3. Windows color (decimal): -2753906 or 9370325. OLE color: 9370325.

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

Color convert

RGB213250142-
CMYK0.1500.430.02
HSL80.56º91.53%76.86%-
HSV(B)80.56º43.2%98.04%-
XYZ66.5184.4738.39-
YUV226.6280.24118.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=35.21%
G=41.32%
B=23.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501420.1500.430.0280.5691.5376.86
HexD5FA8EF02B2515c4d
Octal325372216170532121134115
Binary1101010111111010100011101111010101110101000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA8E; }

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

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

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

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

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

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

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

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