#DCF994

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

Shades of Reef #DCF994

Tints of Reef #DCF994

Color information

#DCF994 (or 0xDCF994) is unknown color: approx Reef. HEX triplet: DC, F9 and 94. RGB value is (220,249,148). Sum of RGB (Red+Green+Blue) = 220+249+148=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF994 is #23066B. Grayscale: #E5E5E5. Windows color (decimal): -2295404 or 9763292. OLE color: 9763292.

HSL color Cylindrical-coordinate representation of color #DCF994: hue angle of 77.23º 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 #DCF994 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB220249148-
CMYK0.1200.410.02
HSL77.23º89.38%77.84%-
HSV(B)77.23º40.56%97.65%-
XYZ68.7485.1140.82-
YUV228.8282.39121.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 148 (58.20% from 255) = 23.99%
R=35.66%
G=40.36%
B=23.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491480.1200.410.0277.2389.3877.84
HexDCF994C02924d594e
Octal334371224140512115131116
Binary1101110011111001100101001100010100110100110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF994; }

 p { color: rgb(220,249,148); }

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

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

 a { background-color: rgb(220,249,148); }

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

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

 span { border-color: rgb(220,249,148); }

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