Html Css Color HEX #DCFD48 Pear

📋 copy color: '#DCFD48'

red 220 ◦ green 253 ◦ blue 72

#DCFD48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DCFD48

Tints of Pear #DCFD48

RGB

 RED value IS 220 (86.33% from 255) = 40.37%

 GREEN value IS 253 (99.22% from 255) = 46.42%

 BLUE value IS 72 (28.52% from 255) = 13.21%

R = 40.37%
G = 46.42%
B = 13.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#DCFD48 (or 0xDCFD48) is known color: Pear. HEX triplet: DC, FD and 48. RGB value is (220,253,72). Sum of RGB (Red+Green+Blue) = 220+253+72=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD48 is #2302B7. Grayscale: #DFDFDF. Windows color (decimal): -2294456 or 4783580. OLE color: 4783580.

HSL color Cylindrical-coordinate representation of color #DCFD48: hue angle of 70.94º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCFD48 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 72 -
CMYK 0.13 0 0.72 0.01
HSL 70.94º 0.98% 0.64% -
HSV(B) 70.94º 0.72% 0.99% -
XYZ 65.81 85.93 19.25 -
YUV 222.5 43.07 126.22 -
System Red Green Blue C M Y K H S L
Decimal 220 253 72 0.13 0 0.72 0.01 70.94 0.98 0.64
Hex DC FD 48 D 0 48 1 47 62 40
Octal 334 375 110 15 0 110 1 107 142 100
Binary 11011100 11111101 1001000 1101 0 1001000 1 1000111 1100010 1000000

Color Harmonies of #DCFD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD48

Black with #DCFD48

Text Example


Text Example

White with #DCFD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD48; }

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

 H1.HeaderClassName
 {
   color: #DCFD48;
 }
 .AnyTagClassName
 {
   color: #DCFD48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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