#DCFE9B

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

Shades of Reef #DCFE9B

Tints of Reef #DCFE9B

Color information

#DCFE9B (or 0xDCFE9B) is unknown color: approx Reef. HEX triplet: DC, FE and 9B. RGB value is (220,254,155). Sum of RGB (Red+Green+Blue) = 220+254+155=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 155 (60.94% from 255 or 24.64% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE9B is #230164. Grayscale: #E8E8E8. Windows color (decimal): -2294117 or 10223324. OLE color: 10223324.

HSL color Cylindrical-coordinate representation of color #DCFE9B: hue angle of 80.61º 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 #DCFE9B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB220254155-
CMYK0.1300.390.00
HSL80.61º98.02%80.2%-
HSV(B)80.61º38.98%99.61%-
XYZ70.8788.4744.35-
YUV232.5584.24119.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 155 (60.94% from 255) = 24.64%
R=34.98%
G=40.38%
B=24.64%

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
Decimal2202541550.1300.390.0080.6198.0280.2
HexDCFE9BD0270516250
Octal334376233150470121142120
Binary110111001111111010011011110101001110101000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFE9B; }

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

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

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

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

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

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

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

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