#D2F38E

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

Shades of Reef #D2F38E

Tints of Reef #D2F38E

Color information

#D2F38E (or 0xD2F38E) is unknown color: approx Reef. HEX triplet: D2, F3 and 8E. RGB value is (210,243,142). Sum of RGB (Red+Green+Blue) = 210+243+142=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F38E is #2D0C71. Grayscale: #DDDDDD. Windows color (decimal): -2952306 or 9368530. OLE color: 9368530.

HSL color Cylindrical-coordinate representation of color #D2F38E: hue angle of 79.6º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2F38E is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB210243142-
CMYK0.1400.420.05
HSL79.6º80.8%75.49%-
HSV(B)79.6º41.56%95.29%-
XYZ63.5179.7637.64-
YUV221.6283.07119.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 142 (55.86% from 255) = 23.87%
R=35.29%
G=40.84%
B=23.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102431420.1400.420.0579.680.875.49
HexD2F38EE02A550514b
Octal322363216160525120121113
Binary11010010111100111000111011100101010101101000010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F38E; }

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

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

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

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

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

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

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

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