#D2F293

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

Shades of Reef #D2F293

Tints of Reef #D2F293

Color information

#D2F293 (or 0xD2F293) is unknown color: approx Reef. HEX triplet: D2, F2 and 93. RGB value is (210,242,147). Sum of RGB (Red+Green+Blue) = 210+242+147=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F293 is #2D0D6C. Grayscale: #DDDDDD. Windows color (decimal): -2952557 or 9695954. OLE color: 9695954.

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

Color convert

RGB210242147-
CMYK0.1300.390.05
HSL80.21º78.51%76.27%-
HSV(B)80.21º39.26%94.9%-
XYZ63.679.3139.56-
YUV221.685.9119.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 147 (57.81% from 255) = 24.54%
R=35.06%
G=40.40%
B=24.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421470.1300.390.0580.2178.5176.27
HexD2F293D0275504f4c
Octal322362223150475120117114
Binary11010010111100101001001111010100111101101000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F293; }

 p { color: rgb(210,242,147); }

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

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

 a { background-color: rgb(210,242,147); }

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

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

 span { border-color: rgb(210,242,147); }

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