#D0F69B

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

Shades of Reef #D0F69B

Tints of Reef #D0F69B

Color information

#D0F69B (or 0xD0F69B) is unknown color: approx Reef. HEX triplet: D0, F6 and 9B. RGB value is (208,246,155). Sum of RGB (Red+Green+Blue) = 208+246+155=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F69B is #2F0964. Grayscale: #E0E0E0. Windows color (decimal): -3082597 or 10221264. OLE color: 10221264.

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

Color convert

RGB208246155-
CMYK0.1500.370.04
HSL85.05º83.49%78.63%-
HSV(B)85.05º36.99%96.47%-
XYZ64.8881.6943.36-
YUV224.2688.91116.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=34.15%
G=40.39%
B=25.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082461550.1500.370.0485.0583.4978.63
HexD0F69BF025455534f
Octal320366233170454125123117
Binary11010000111101101001101111110100101100101010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F69B; }

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

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

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

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

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

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

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

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