#DCF490

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

Shades of Reef #DCF490

Tints of Reef #DCF490

Color information

#DCF490 (or 0xDCF490) is unknown color: approx Reef. HEX triplet: DC, F4 and 90. RGB value is (220,244,144). Sum of RGB (Red+Green+Blue) = 220+244+144=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF490 is #230B6F. Grayscale: #E1E1E1. Windows color (decimal): -2296688 or 9499868. OLE color: 9499868.

HSL color Cylindrical-coordinate representation of color #DCF490: hue angle of 74.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCF490 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB220244144-
CMYK0.1000.410.04
HSL74.4º81.97%76.08%-
HSV(B)74.4º40.98%95.69%-
XYZ66.981.9338.67-
YUV225.4282.05124.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 144 (56.64% from 255) = 23.68%
R=36.18%
G=40.13%
B=23.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441440.1000.410.0474.481.9776.08
HexDCF490A02944a524c
Octal334364220120514112122114
Binary11011100111101001001000010100101001100100101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF490; }

 p { color: rgb(220,244,144); }

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

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

 a { background-color: rgb(220,244,144); }

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

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

 span { border-color: rgb(220,244,144); }

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