Html Css Color HEX #DCF620 Pear

📋 copy color: '#DCF620'

red 220 ◦ green 246 ◦ blue 32

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

Shades of Pear #DCF620

Tints of Pear #DCF620

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.4%

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

R = 44.18%
G = 49.4%
B = 6.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DCF620 (or 0xDCF620) is known color: Pear. HEX triplet: DC, F6 and 20. RGB value is (220,246,32). Sum of RGB (Red+Green+Blue) = 220+246+32=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF620 is #2309DF. Grayscale: #D6D6D6. Windows color (decimal): -2296288 or 2160348. OLE color: 2160348.

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

Color convert

RGB 220 246 32 -
CMYK 0.11 0 0.87 0.04
HSL 67.29º 0.92% 0.55% -
HSV(B) 67.29º 0.87% 0.96% -
XYZ 62.73 81.23 13.74 -
YUV 213.83 25.39 132.4 -
System Red Green Blue C M Y K H S L
Decimal 220 246 32 0.11 0 0.87 0.04 67.29 0.92 0.55
Hex DC F6 20 B 0 57 4 43 5C 37
Octal 334 366 40 13 0 127 4 103 134 67
Binary 11011100 11110110 100000 1011 0 1010111 100 1000011 1011100 110111

Color Harmonies of #DCF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF620

Black with #DCF620

Text Example


Text Example

White with #DCF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF620; }

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

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

background-color css

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

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

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

border-color css

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

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

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