#DCFD98

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

Shades of Reef #DCFD98

Tints of Reef #DCFD98

Color information

#DCFD98 (or 0xDCFD98) is unknown color: approx Reef. HEX triplet: DC, FD and 98. RGB value is (220,253,152). Sum of RGB (Red+Green+Blue) = 220+253+152=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD98 is #230267. Grayscale: #E7E7E7. Windows color (decimal): -2294376 or 10026460. OLE color: 10026460.

HSL color Cylindrical-coordinate representation of color #DCFD98: hue angle of 79.6º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFD98 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB220253152-
CMYK0.1300.400.01
HSL79.6º96.19%79.41%-
HSV(B)79.6º39.92%99.22%-
XYZ70.3187.7342.93-
YUV231.6283.07119.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 152 (59.77% from 255) = 24.32%
R=35.2%
G=40.48%
B=24.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531520.1300.400.0179.696.1979.41
HexDCFD98D028150604f
Octal334375230150501120140117
Binary110111001111110110011000110101010001101000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD98; }

 p { color: rgb(220,253,152); }

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

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

 a { background-color: rgb(220,253,152); }

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

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

 span { border-color: rgb(220,253,152); }

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