#DCFB8A

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

Shades of Reef #DCFB8A

Tints of Reef #DCFB8A

Color information

#DCFB8A (or 0xDCFB8A) is unknown color: approx Reef. HEX triplet: DC, FB and 8A. RGB value is (220,251,138). Sum of RGB (Red+Green+Blue) = 220+251+138=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB8A is #230475. Grayscale: #E5E5E5. Windows color (decimal): -2294902 or 9108444. OLE color: 9108444.

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

Color convert

RGB220251138-
CMYK0.1200.450.02
HSL76.46º93.39%76.27%-
HSV(B)76.46º45.02%98.43%-
XYZ68.686.0437.04-
YUV228.8576.73121.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 138 (54.30% from 255) = 22.66%
R=36.12%
G=41.22%
B=22.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511380.1200.450.0276.4693.3976.27
HexDCFB8AC02D24c5d4c
Octal334373212140552114135114
Binary1101110011111011100010101100010110110100110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB8A; }

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

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

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

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

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

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

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

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