#D0F993

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

Shades of Reef #D0F993

Tints of Reef #D0F993

Color information

#D0F993 (or 0xD0F993) is unknown color: approx Reef. HEX triplet: D0, F9 and 93. RGB value is (208,249,147). Sum of RGB (Red+Green+Blue) = 208+249+147=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F993 is #2F066C. Grayscale: #E1E1E1. Windows color (decimal): -3081837 or 9697744. OLE color: 9697744.

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

Color convert

RGB208249147-
CMYK0.1600.410.02
HSL84.12º89.47%77.65%-
HSV(B)84.12º40.96%97.65%-
XYZ65.1583.2740.24-
YUV225.1183.92115.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 249 (97.66% from 255) = 41.23%
BLUE value IS 147 (57.81% from 255) = 24.34%
R=34.44%
G=41.23%
B=24.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491470.1600.410.0284.1289.4777.65
HexD0F99310029254594e
Octal320371223200512124131116
Binary11010000111110011001001110000010100110101010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F993; }

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

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

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

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

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

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

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

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