#DCFE93

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

Shades of Reef #DCFE93

Tints of Reef #DCFE93

Color information

#DCFE93 (or 0xDCFE93) is unknown color: approx Reef. HEX triplet: DC, FE and 93. RGB value is (220,254,147). Sum of RGB (Red+Green+Blue) = 220+254+147=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE93 is #23016C. Grayscale: #E8E8E8. Windows color (decimal): -2294125 or 9699036. OLE color: 9699036.

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

Color convert

RGB220254147-
CMYK0.1300.420.00
HSL79.07º98.17%78.63%-
HSV(B)79.07º42.13%99.61%-
XYZ70.2288.2140.93-
YUV231.6480.24119.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 147 (57.81% from 255) = 23.67%
R=35.43%
G=40.90%
B=23.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541470.1300.420.0079.0798.1778.63
HexDCFE93D02A04f624f
Octal334376223150520117142117
Binary110111001111111010010011110101010100100111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFE93; }

 p { color: rgb(220,254,147); }

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

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

 a { background-color: rgb(220,254,147); }

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

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

 span { border-color: rgb(220,254,147); }

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