#D0FEA7

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

Shades of Reef #D0FEA7

Tints of Reef #D0FEA7

Color information

#D0FEA7 (or 0xD0FEA7) is unknown color: approx Reef. HEX triplet: D0, FE and A7. RGB value is (208,254,167). Sum of RGB (Red+Green+Blue) = 208+254+167=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEA7 is #2F0158. Grayscale: #E6E6E6. Windows color (decimal): -3080537 or 11009744. OLE color: 11009744.

HSL color Cylindrical-coordinate representation of color #D0FEA7: hue angle of 91.72º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0FEA7 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB208254167-
CMYK0.1800.340.00
HSL91.72º97.75%82.55%-
HSV(B)91.72º34.25%99.61%-
XYZ68.4387.0849.76-
YUV230.3392.26112.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 167 (65.62% from 255) = 26.55%
R=33.07%
G=40.38%
B=26.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541670.1800.340.0091.7297.7582.55
HexD0FEA71202205c6253
Octal320376247220420134142123
Binary1101000011111110101001111001001000100101110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEA7; }

 p { color: rgb(208,254,167); }

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

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

 a { background-color: rgb(208,254,167); }

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

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

 span { border-color: rgb(208,254,167); }

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