#D2F191

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

Shades of Reef #D2F191

Tints of Reef #D2F191

Color information

#D2F191 (or 0xD2F191) is unknown color: approx Reef. HEX triplet: D2, F1 and 91. RGB value is (210,241,145). Sum of RGB (Red+Green+Blue) = 210+241+145=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F191 is #2D0E6E. Grayscale: #DDDDDD. Windows color (decimal): -2952815 or 9564626. OLE color: 9564626.

HSL color Cylindrical-coordinate representation of color #D2F191: hue angle of 79.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2F191 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB210241145-
CMYK0.1300.400.05
HSL79.38º77.42%75.69%-
HSV(B)79.38º39.83%94.51%-
XYZ63.1478.6638.64-
YUV220.7985.23120.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.23%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=35.23%
G=40.44%
B=24.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411450.1300.400.0579.3877.4275.69
HexD2F191D02854f4d4c
Octal322361221150505117115114
Binary11010010111100011001000111010101000101100111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F191; }

 p { color: rgb(210,241,145); }

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

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

 a { background-color: rgb(210,241,145); }

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

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

 span { border-color: rgb(210,241,145); }

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