Html Css Color HEX #DCF920 Pear

📋 copy color: '#DCF920'

red 220 ◦ green 249 ◦ blue 32

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

Shades of Pear #DCF920

Tints of Pear #DCF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

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

R = 43.91%
G = 49.7%
B = 6.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DCF920 (or 0xDCF920) is known color: Pear. HEX triplet: DC, F9 and 20. RGB value is (220,249,32). Sum of RGB (Red+Green+Blue) = 220+249+32=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF920 is #2306DF. Grayscale: #D8D8D8. Windows color (decimal): -2295520 or 2161116. OLE color: 2161116.

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

Color convert

RGB 220 249 32 -
CMYK 0.12 0 0.87 0.02
HSL 68.02º 0.95% 0.55% -
HSV(B) 68.02º 0.87% 0.98% -
XYZ 63.65 83.07 14.05 -
YUV 215.59 24.39 131.14 -
System Red Green Blue C M Y K H S L
Decimal 220 249 32 0.12 0 0.87 0.02 68.02 0.95 0.55
Hex DC F9 20 C 0 57 2 44 5F 37
Octal 334 371 40 14 0 127 2 104 137 67
Binary 11011100 11111001 100000 1100 0 1010111 10 1000100 1011111 110111

Color Harmonies of #DCF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF920

Black with #DCF920

Text Example


Text Example

White with #DCF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF920; }

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

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

background-color css

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

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

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

border-color css

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

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

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