#DCFB48

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

Shades of Pear #DCFB48

Tints of Pear #DCFB48

Color information

#DCFB48 (or 0xDCFB48) is unknown color: approx Pear. HEX triplet: DC, FB and 48. RGB value is (220,251,72). Sum of RGB (Red+Green+Blue) = 220+251+72=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB48 is #2304B7. Grayscale: #DEDEDE. Windows color (decimal): -2294968 or 4783068. OLE color: 4783068.

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

Color convert

RGB22025172-
CMYK0.1200.710.02
HSL70.39º95.72%63.33%-
HSV(B)70.39º71.31%98.43%-
XYZ65.1884.6819.04-
YUV221.3243.73127.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 72 (28.52% from 255) = 13.26%
R=40.52%
G=46.22%
B=13.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220251720.1200.710.0270.3995.7263.33
HexDCFB48C047246603f
Octal334373110140107210614077
Binary110111001111101110010001100010001111010001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB48; }

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

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

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

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

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

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

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

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