#D0F794

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

Shades of Reef #D0F794

Tints of Reef #D0F794

Color information

#D0F794 (or 0xD0F794) is unknown color: approx Reef. HEX triplet: D0, F7 and 94. RGB value is (208,247,148). Sum of RGB (Red+Green+Blue) = 208+247+148=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F794 is #2F086B. Grayscale: #E0E0E0. Windows color (decimal): -3082348 or 9762768. OLE color: 9762768.

HSL color Cylindrical-coordinate representation of color #D0F794: hue angle of 83.64º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0F794 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB208247148-
CMYK0.1600.400.03
HSL83.64º86.09%77.45%-
HSV(B)83.64º40.08%96.86%-
XYZ64.6282.0740.45-
YUV224.0585.08116.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=34.49%
G=40.96%
B=24.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082471480.1600.400.0383.6486.0977.45
HexD0F79410028354564d
Octal320367224200503124126115
Binary11010000111101111001010010000010100011101010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F794; }

 p { color: rgb(208,247,148); }

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

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

 a { background-color: rgb(208,247,148); }

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

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

 span { border-color: rgb(208,247,148); }

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