#D2F98E

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

Shades of Reef #D2F98E

Tints of Reef #D2F98E

Color information

#D2F98E (or 0xD2F98E) is unknown color: approx Reef. HEX triplet: D2, F9 and 8E. RGB value is (210,249,142). Sum of RGB (Red+Green+Blue) = 210+249+142=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F98E is #2D0671. Grayscale: #E1E1E1. Windows color (decimal): -2950770 or 9370066. OLE color: 9370066.

HSL color Cylindrical-coordinate representation of color #D2F98E: hue angle of 81.87º degrees, saturation: 0.9, 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 #D2F98E is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB210249142-
CMYK0.1600.430.02
HSL81.87º89.92%76.67%-
HSV(B)81.87º42.97%97.65%-
XYZ65.3483.4138.25-
YUV225.1481.08117.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 142 (55.86% from 255) = 23.63%
R=34.94%
G=41.43%
B=23.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102491420.1600.430.0281.8789.9276.67
HexD2F98E1002B2525a4d
Octal322371216200532122132115
Binary11010010111110011000111010000010101110101001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F98E; }

 p { color: rgb(210,249,142); }

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

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

 a { background-color: rgb(210,249,142); }

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

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

 span { border-color: rgb(210,249,142); }

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