#D5FE8C

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

Shades of Reef #D5FE8C

Tints of Reef #D5FE8C

Color information

#D5FE8C (or 0xD5FE8C) is unknown color: approx Reef. HEX triplet: D5, FE and 8C. RGB value is (213,254,140). Sum of RGB (Red+Green+Blue) = 213+254+140=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE8C is #2A0173. Grayscale: #E5E5E5. Windows color (decimal): -2752884 or 9240277. OLE color: 9240277.

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

Color convert

RGB213254140-
CMYK0.1600.450.00
HSL81.58º98.28%77.25%-
HSV(B)81.58º44.88%99.61%-
XYZ67.6286.9238.03-
YUV228.7477.92116.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 140 (55.08% from 255) = 23.06%
R=35.09%
G=41.85%
B=23.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541400.1600.450.0081.5898.2877.25
HexD5FE8C1002D052624d
Octal325376214200550122142115
Binary1101010111111110100011001000001011010101001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FE8C; }

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

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

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

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

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

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

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

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