#D0F99C

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

Shades of Reef #D0F99C

Tints of Reef #D0F99C

Color information

#D0F99C (or 0xD0F99C) is unknown color: approx Reef. HEX triplet: D0, F9 and 9C. RGB value is (208,249,156). Sum of RGB (Red+Green+Blue) = 208+249+156=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F99C is #2F0663. Grayscale: #E2E2E2. Windows color (decimal): -3081828 or 10287568. OLE color: 10287568.

HSL color Cylindrical-coordinate representation of color #D0F99C: hue angle of 86.45º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0F99C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB208249156-
CMYK0.1600.370.02
HSL86.45º88.57%79.41%-
HSV(B)86.45º37.35%97.65%-
XYZ65.8983.5644.11-
YUV226.1488.42115.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=33.93%
G=40.62%
B=25.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491560.1600.370.0286.4588.5779.41
HexD0F99C10025256594f
Octal320371234200452126131117
Binary11010000111110011001110010000010010110101011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F99C; }

 p { color: rgb(208,249,156); }

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

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

 a { background-color: rgb(208,249,156); }

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

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

 span { border-color: rgb(208,249,156); }

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