Html Css Color HEX #DCF520 Pear

📋 copy color: '#DCF520'

red 220 ◦ green 245 ◦ blue 32

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

Shades of Pear #DCF520

Tints of Pear #DCF520

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.3%

 BLUE value IS 32 (12.89% from 255) = 6.44%

R = 44.27%
G = 49.3%
B = 6.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DCF520 (or 0xDCF520) is known color: Pear. HEX triplet: DC, F5 and 20. RGB value is (220,245,32). Sum of RGB (Red+Green+Blue) = 220+245+32=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF520 is #230ADF. Grayscale: #D6D6D6. Windows color (decimal): -2296544 or 2160092. OLE color: 2160092.

HSL color Cylindrical-coordinate representation of color #DCF520: hue angle of 67.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF520 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 32 -
CMYK 0.10 0 0.87 0.04
HSL 67.04º 0.91% 0.54% -
HSV(B) 67.04º 0.87% 0.96% -
XYZ 62.43 80.62 13.64 -
YUV 213.24 25.72 132.82 -
System Red Green Blue C M Y K H S L
Decimal 220 245 32 0.10 0 0.87 0.04 67.04 0.91 0.54
Hex DC F5 20 A 0 57 4 43 5B 36
Octal 334 365 40 12 0 127 4 103 133 66
Binary 11011100 11110101 100000 1010 0 1010111 100 1000011 1011011 110110

Color Harmonies of #DCF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF520

Black with #DCF520

Text Example


Text Example

White with #DCF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF520; }

 p { color: rgb(220,245,32); }

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

background-color css

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

 a { background-color: rgb(220,245,32); }

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

border-color css

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

 span { border-color: rgb(220,245,32); }

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