Html Css Color HEX #DCF649 Pear

📋 copy color: '#DCF649'

red 220 ◦ green 246 ◦ blue 73

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

Shades of Pear #DCF649

Tints of Pear #DCF649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.54%

R = 40.82%
G = 45.64%
B = 13.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#DCF649 (or 0xDCF649) is known color: Pear. HEX triplet: DC, F6 and 49. RGB value is (220,246,73). Sum of RGB (Red+Green+Blue) = 220+246+73=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF649 is #2309B6. Grayscale: #DBDBDB. Windows color (decimal): -2296247 or 4847324. OLE color: 4847324.

HSL color Cylindrical-coordinate representation of color #DCF649: hue angle of 69.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCF649 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 73 -
CMYK 0.11 0 0.70 0.04
HSL 69.02º 0.91% 0.63% -
HSV(B) 69.02º 0.7% 0.96% -
XYZ 63.67 81.61 18.7 -
YUV 218.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 220 246 73 0.11 0 0.70 0.04 69.02 0.91 0.63
Hex DC F6 49 B 0 46 4 45 5B 3F
Octal 334 366 111 13 0 106 4 105 133 77
Binary 11011100 11110110 1001001 1011 0 1000110 100 1000101 1011011 111111

Color Harmonies of #DCF649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF649

Black with #DCF649

Text Example


Text Example

White with #DCF649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF649; }

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

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

background-color css

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

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

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

border-color css

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

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

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