Html Css Color HEX #DCFA49 Pear

📋 copy color: '#DCFA49'

red 220 ◦ green 250 ◦ blue 73

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

Shades of Pear #DCFA49

Tints of Pear #DCFA49

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.04%

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

R = 40.52%
G = 46.04%
B = 13.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DCFA49 (or 0xDCFA49) is known color: Pear. HEX triplet: DC, FA and 49. RGB value is (220,250,73). Sum of RGB (Red+Green+Blue) = 220+250+73=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA49 is #2305B6. Grayscale: #DDDDDD. Windows color (decimal): -2295223 or 4848348. OLE color: 4848348.

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

Color convert

RGB 220 250 73 -
CMYK 0.12 0 0.71 0.02
HSL 70.17º 0.95% 0.63% -
HSV(B) 70.17º 0.71% 0.98% -
XYZ 64.9 84.07 19.11 -
YUV 220.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 220 250 73 0.12 0 0.71 0.02 70.17 0.95 0.63
Hex DC FA 49 C 0 47 2 46 5F 3F
Octal 334 372 111 14 0 107 2 106 137 77
Binary 11011100 11111010 1001001 1100 0 1000111 10 1000110 1011111 111111

Color Harmonies of #DCFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA49

Black with #DCFA49

Text Example


Text Example

White with #DCFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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