#DCFB98

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

Shades of Reef #DCFB98

Tints of Reef #DCFB98

Color information

#DCFB98 (or 0xDCFB98) is unknown color: approx Reef. HEX triplet: DC, FB and 98. RGB value is (220,251,152). Sum of RGB (Red+Green+Blue) = 220+251+152=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB98 is #230467. Grayscale: #E6E6E6. Windows color (decimal): -2294888 or 10025948. OLE color: 10025948.

HSL color Cylindrical-coordinate representation of color #DCFB98: hue angle of 78.79º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCFB98 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB220251152-
CMYK0.1200.390.02
HSL78.79º92.52%79.02%-
HSV(B)78.79º39.44%98.43%-
XYZ69.6886.4842.72-
YUV230.4483.73120.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 152 (59.77% from 255) = 24.40%
R=35.31%
G=40.29%
B=24.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511520.1200.390.0278.7992.5279.02
HexDCFB98C02724f5d4f
Octal334373230140472117135117
Binary1101110011111011100110001100010011110100111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB98; }

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

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

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

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

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

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

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

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