#D5FE9E

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

Shades of Reef #D5FE9E

Tints of Reef #D5FE9E

Color information

#D5FE9E (or 0xD5FE9E) is unknown color: approx Reef. HEX triplet: D5, FE and 9E. RGB value is (213,254,158). Sum of RGB (Red+Green+Blue) = 213+254+158=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE9E is #2A0161. Grayscale: #E7E7E7. Windows color (decimal): -2752866 or 10419925. OLE color: 10419925.

HSL color Cylindrical-coordinate representation of color #D5FE9E: hue angle of 85.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5FE9E is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB213254158-
CMYK0.1600.380.00
HSL85.62º97.96%80.78%-
HSV(B)85.62º37.8%99.61%-
XYZ69.0587.545.6-
YUV230.886.92115.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 158 (62.11% from 255) = 25.28%
R=34.08%
G=40.64%
B=25.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541580.1600.380.0085.6297.9680.78
HexD5FE9E100260566251
Octal325376236200460126142121
Binary1101010111111110100111101000001001100101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FE9E; }

 p { color: rgb(213,254,158); }

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

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

 a { background-color: rgb(213,254,158); }

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

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

 span { border-color: rgb(213,254,158); }

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