#DCFE9A

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

Shades of Reef #DCFE9A

Tints of Reef #DCFE9A

Color information

#DCFE9A (or 0xDCFE9A) is unknown color: approx Reef. HEX triplet: DC, FE and 9A. RGB value is (220,254,154). Sum of RGB (Red+Green+Blue) = 220+254+154=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE9A is #230165. Grayscale: #E8E8E8. Windows color (decimal): -2294118 or 10157788. OLE color: 10157788.

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

Color convert

RGB220254154-
CMYK0.1300.390.00
HSL80.4º98.04%80%-
HSV(B)80.4º39.37%99.61%-
XYZ70.7988.4343.91-
YUV232.4383.74119.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 154 (60.55% from 255) = 24.52%
R=35.03%
G=40.45%
B=24.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541540.1300.390.0080.498.0480
HexDCFE9AD0270506250
Octal334376232150470120142120
Binary110111001111111010011010110101001110101000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFE9A; }

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

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

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

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

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

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

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

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