#DCFF92

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

Shades of Reef #DCFF92

Tints of Reef #DCFF92

Color information

#DCFF92 (or 0xDCFF92) is unknown color: approx Reef. HEX triplet: DC, FF and 92. RGB value is (220,255,146). Sum of RGB (Red+Green+Blue) = 220+255+146=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF92 is #23006D. Grayscale: #E8E8E8. Windows color (decimal): -2293870 or 9633756. OLE color: 9633756.

HSL color Cylindrical-coordinate representation of color #DCFF92: hue angle of 79.27º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCFF92 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB220255146-
CMYK0.1400.430
HSL79.27º100%78.63%-
HSV(B)79.27º42.75%100%-
XYZ70.4688.8140.62-
YUV232.1179.4119.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 146 (57.42% from 255) = 23.51%
R=35.43%
G=41.06%
B=23.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551460.1400.43079.2710078.63
HexDCFF92E02B04f644f
Octal334377222160530117144117
Binary110111001111111110010010111001010110100111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF92; }

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

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

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

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

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

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

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

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