Html Css Color HEX #DCF720 Pear

📋 copy color: '#DCF720'

red 220 ◦ green 247 ◦ blue 32

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

Shades of Pear #DCF720

Tints of Pear #DCF720

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.5%

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

R = 44.09%
G = 49.5%
B = 6.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#DCF720 (or 0xDCF720) is known color: Pear. HEX triplet: DC, F7 and 20. RGB value is (220,247,32). Sum of RGB (Red+Green+Blue) = 220+247+32=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF720 is #2308DF. Grayscale: #D7D7D7. Windows color (decimal): -2296032 or 2160604. OLE color: 2160604.

HSL color Cylindrical-coordinate representation of color #DCF720: hue angle of 67.53º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF720 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 32 -
CMYK 0.11 0 0.87 0.03
HSL 67.53º 0.93% 0.55% -
HSV(B) 67.53º 0.87% 0.97% -
XYZ 63.04 81.84 13.84 -
YUV 214.42 25.05 131.98 -
System Red Green Blue C M Y K H S L
Decimal 220 247 32 0.11 0 0.87 0.03 67.53 0.93 0.55
Hex DC F7 20 B 0 57 3 44 5D 37
Octal 334 367 40 13 0 127 3 104 135 67
Binary 11011100 11110111 100000 1011 0 1010111 11 1000100 1011101 110111

Color Harmonies of #DCF720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF720

Black with #DCF720

Text Example


Text Example

White with #DCF720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF720; }

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

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

background-color css

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

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

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

border-color css

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

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

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