Html Css Color HEX #DCF820 Pear

📋 copy color: '#DCF820'

red 220 ◦ green 248 ◦ blue 32

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

Shades of Pear #DCF820

Tints of Pear #DCF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.6%

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

R = 44%
G = 49.6%
B = 6.4%

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

#DCF820 (or 0xDCF820) is known color: Pear. HEX triplet: DC, F8 and 20. RGB value is (220,248,32). Sum of RGB (Red+Green+Blue) = 220+248+32=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF820 is #2307DF. Grayscale: #D7D7D7. Windows color (decimal): -2295776 or 2160860. OLE color: 2160860.

HSL color Cylindrical-coordinate representation of color #DCF820: hue angle of 67.78º degrees, saturation: 0.94, 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 #DCF820 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 32 -
CMYK 0.11 0 0.87 0.03
HSL 67.78º 0.94% 0.55% -
HSV(B) 67.78º 0.87% 0.97% -
XYZ 63.34 82.45 13.94 -
YUV 215 24.72 131.56 -
System Red Green Blue C M Y K H S L
Decimal 220 248 32 0.11 0 0.87 0.03 67.78 0.94 0.55
Hex DC F8 20 B 0 57 3 44 5E 37
Octal 334 370 40 13 0 127 3 104 136 67
Binary 11011100 11111000 100000 1011 0 1010111 11 1000100 1011110 110111

Color Harmonies of #DCF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF820

Black with #DCF820

Text Example


Text Example

White with #DCF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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