#D2FE8D

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

Shades of Reef #D2FE8D

Tints of Reef #D2FE8D

Color information

#D2FE8D (or 0xD2FE8D) is unknown color: approx Reef. HEX triplet: D2, FE and 8D. RGB value is (210,254,141). Sum of RGB (Red+Green+Blue) = 210+254+141=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FE8D is #2D0172. Grayscale: #E4E4E4. Windows color (decimal): -2949491 or 9305810. OLE color: 9305810.

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

Color convert

RGB210254141-
CMYK0.1700.440.00
HSL83.36º98.26%77.45%-
HSV(B)83.36º44.49%99.61%-
XYZ66.8386.5138.37-
YUV227.9678.92115.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 141 (55.47% from 255) = 23.31%
R=34.71%
G=41.98%
B=23.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541410.1700.440.0083.3698.2677.45
HexD2FE8D1102C053624d
Octal322376215210540123142115
Binary1101001011111110100011011000101011000101001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FE8D; }

 p { color: rgb(210,254,141); }

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

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

 a { background-color: rgb(210,254,141); }

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

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

 span { border-color: rgb(210,254,141); }

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