Html Css Color HEX #DCF120 Pear

📋 copy color: '#DCF120'

red 220 ◦ green 241 ◦ blue 32

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

Shades of Pear #DCF120

Tints of Pear #DCF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.88%

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

R = 44.62%
G = 48.88%
B = 6.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#DCF120 (or 0xDCF120) is known color: Pear. HEX triplet: DC, F1 and 20. RGB value is (220,241,32). Sum of RGB (Red+Green+Blue) = 220+241+32=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF120 is #230EDF. Grayscale: #D3D3D3. Windows color (decimal): -2297568 or 2159068. OLE color: 2159068.

HSL color Cylindrical-coordinate representation of color #DCF120: hue angle of 66.03º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF120 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 32 -
CMYK 0.09 0 0.87 0.05
HSL 66.03º 0.88% 0.54% -
HSV(B) 66.03º 0.87% 0.95% -
XYZ 61.23 78.23 13.24 -
YUV 210.9 27.04 134.49 -
System Red Green Blue C M Y K H S L
Decimal 220 241 32 0.09 0 0.87 0.05 66.03 0.88 0.54
Hex DC F1 20 9 0 57 5 42 58 36
Octal 334 361 40 11 0 127 5 102 130 66
Binary 11011100 11110001 100000 1001 0 1010111 101 1000010 1011000 110110

Color Harmonies of #DCF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF120

Black with #DCF120

Text Example


Text Example

White with #DCF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF120; }

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

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

background-color css

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

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

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

border-color css

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

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

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