#DCFF9C

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

Shades of Reef #DCFF9C

Tints of Reef #DCFF9C

Color information

#DCFF9C (or 0xDCFF9C) is unknown color: approx Reef. HEX triplet: DC, FF and 9C. RGB value is (220,255,156). Sum of RGB (Red+Green+Blue) = 220+255+156=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF9C is #230063. Grayscale: #E9E9E9. Windows color (decimal): -2293860 or 10289116. OLE color: 10289116.

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

Color convert

RGB220255156-
CMYK0.1400.390
HSL81.21º100%80.59%-
HSV(B)81.21º38.82%100%-
XYZ71.2889.1444.9-
YUV233.2584.4118.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 156 (61.33% from 255) = 24.72%
R=34.87%
G=40.41%
B=24.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551560.1400.39081.2110080.59
HexDCFF9CE0270516451
Octal334377234160470121144121
Binary110111001111111110011100111001001110101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF9C; }

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

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

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

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

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

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

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

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