#DCFC8B

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

Shades of Reef #DCFC8B

Tints of Reef #DCFC8B

Color information

#DCFC8B (or 0xDCFC8B) is unknown color: approx Reef. HEX triplet: DC, FC and 8B. RGB value is (220,252,139). Sum of RGB (Red+Green+Blue) = 220+252+139=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8B is #230374. Grayscale: #E5E5E5. Windows color (decimal): -2294645 or 9174236. OLE color: 9174236.

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

Color convert

RGB220252139-
CMYK0.1300.450.01
HSL76.99º94.96%76.67%-
HSV(B)76.99º44.84%98.82%-
XYZ68.9986.737.53-
YUV229.5576.9121.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 139 (54.69% from 255) = 22.75%
R=36.01%
G=41.24%
B=22.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521390.1300.450.0176.9994.9676.67
HexDCFC8BD02D14d5f4d
Octal334374213150551115137115
Binary110111001111110010001011110101011011100110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC8B; }

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

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

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

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

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

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

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

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