#D2F48D

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

Shades of Reef #D2F48D

Tints of Reef #D2F48D

Color information

#D2F48D (or 0xD2F48D) is unknown color: approx Reef. HEX triplet: D2, F4 and 8D. RGB value is (210,244,141). Sum of RGB (Red+Green+Blue) = 210+244+141=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F48D is #2D0B72. Grayscale: #DEDEDE. Windows color (decimal): -2952051 or 9303250. OLE color: 9303250.

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

Color convert

RGB210244141-
CMYK0.1400.420.04
HSL79.81º82.4%75.49%-
HSV(B)79.81º42.21%95.69%-
XYZ63.7480.3337.34-
YUV222.0982.24119.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=35.29%
G=41.01%
B=23.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441410.1400.420.0479.8182.475.49
HexD2F48DE02A450524b
Octal322364215160524120122113
Binary11010010111101001000110111100101010100101000010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F48D; }

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

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

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

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

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

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

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

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