#DCF692

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

Shades of Reef #DCF692

Tints of Reef #DCF692

Color information

#DCF692 (or 0xDCF692) is unknown color: approx Reef. HEX triplet: DC, F6 and 92. RGB value is (220,246,146). Sum of RGB (Red+Green+Blue) = 220+246+146=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF692 is #23096D. Grayscale: #E3E3E3. Windows color (decimal): -2296174 or 9631452. OLE color: 9631452.

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

Color convert

RGB220246146-
CMYK0.1100.410.04
HSL75.6º84.75%76.86%-
HSV(B)75.6º40.65%96.47%-
XYZ67.6683.239.69-
YUV226.8382.39123.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 146 (57.42% from 255) = 23.86%
R=35.95%
G=40.20%
B=23.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461460.1100.410.0475.684.7576.86
HexDCF692B02944c554d
Octal334366222130514114125115
Binary11011100111101101001001010110101001100100110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF692; }

 p { color: rgb(220,246,146); }

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

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

 a { background-color: rgb(220,246,146); }

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

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

 span { border-color: rgb(220,246,146); }

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