#D0F69F

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

Shades of Reef #D0F69F

Tints of Reef #D0F69F

Color information

#D0F69F (or 0xD0F69F) is unknown color: approx Reef. HEX triplet: D0, F6 and 9F. RGB value is (208,246,159). Sum of RGB (Red+Green+Blue) = 208+246+159=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F69F is #2F0960. Grayscale: #E1E1E1. Windows color (decimal): -3082593 or 10483408. OLE color: 10483408.

HSL color Cylindrical-coordinate representation of color #D0F69F: hue angle of 86.21º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0F69F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB208246159-
CMYK0.1500.350.04
HSL86.21º82.86%79.41%-
HSV(B)86.21º35.37%96.47%-
XYZ65.2381.8245.16-
YUV224.7290.91116.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 246 (96.48% from 255) = 40.13%
BLUE value IS 159 (62.5% from 255) = 25.94%
R=33.93%
G=40.13%
B=25.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082461590.1500.350.0486.2182.8679.41
HexD0F69FF023456534f
Octal320366237170434126123117
Binary11010000111101101001111111110100011100101011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F69F; }

 p { color: rgb(208,246,159); }

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

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

 a { background-color: rgb(208,246,159); }

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

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

 span { border-color: rgb(208,246,159); }

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