#DCFC91

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

Shades of Reef #DCFC91

Tints of Reef #DCFC91

Color information

#DCFC91 (or 0xDCFC91) is unknown color: approx Reef. HEX triplet: DC, FC and 91. RGB value is (220,252,145). Sum of RGB (Red+Green+Blue) = 220+252+145=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 145 (57.03% from 255 or 23.50% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC91 is #23036E. Grayscale: #E6E6E6. Windows color (decimal): -2294639 or 9567452. OLE color: 9567452.

HSL color Cylindrical-coordinate representation of color #DCFC91: hue angle of 77.94º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCFC91 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB220252145-
CMYK0.1300.420.01
HSL77.94º94.69%77.84%-
HSV(B)77.94º42.46%98.82%-
XYZ69.4486.8839.9-
YUV230.2379.9120.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 145 (57.03% from 255) = 23.50%
R=35.66%
G=40.84%
B=23.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521450.1300.420.0177.9494.6977.84
HexDCFC91D02A14e5f4e
Octal334374221150521116137116
Binary110111001111110010010001110101010101100111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC91; }

 p { color: rgb(220,252,145); }

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

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

 a { background-color: rgb(220,252,145); }

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

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

 span { border-color: rgb(220,252,145); }

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