#DCFE94

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

Shades of Reef #DCFE94

Tints of Reef #DCFE94

Color information

#DCFE94 (or 0xDCFE94) is unknown color: approx Reef. HEX triplet: DC, FE and 94. RGB value is (220,254,148). Sum of RGB (Red+Green+Blue) = 220+254+148=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 148 (58.20% from 255 or 23.79% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE94 is #23016B. Grayscale: #E8E8E8. Windows color (decimal): -2294124 or 9764572. OLE color: 9764572.

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

Color convert

RGB220254148-
CMYK0.1300.420.00
HSL79.25º98.15%78.82%-
HSV(B)79.25º41.73%99.61%-
XYZ70.388.2441.34-
YUV231.7580.74119.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 148 (58.20% from 255) = 23.79%
R=35.37%
G=40.84%
B=23.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541480.1300.420.0079.2598.1578.82
HexDCFE94D02A04f624f
Octal334376224150520117142117
Binary110111001111111010010100110101010100100111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFE94; }

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

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

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

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

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

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

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

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