Html Css Color HEX #DCF449 Pear

📋 copy color: '#DCF449'

red 220 ◦ green 244 ◦ blue 73

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

Shades of Pear #DCF449

Tints of Pear #DCF449

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.44%

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

R = 40.97%
G = 45.44%
B = 13.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#DCF449 (or 0xDCF449) is known color: Pear. HEX triplet: DC, F4 and 49. RGB value is (220,244,73). Sum of RGB (Red+Green+Blue) = 220+244+73=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF449 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF449 is #230BB6. Grayscale: #D9D9D9. Windows color (decimal): -2296759 or 4846812. OLE color: 4846812.

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

Color convert

RGB 220 244 73 -
CMYK 0.10 0 0.70 0.04
HSL 68.42º 0.89% 0.62% -
HSV(B) 68.42º 0.7% 0.96% -
XYZ 63.07 80.4 18.5 -
YUV 217.33 46.55 129.9 -
System Red Green Blue C M Y K H S L
Decimal 220 244 73 0.10 0 0.70 0.04 68.42 0.89 0.62
Hex DC F4 49 A 0 46 4 44 59 3E
Octal 334 364 111 12 0 106 4 104 131 76
Binary 11011100 11110100 1001001 1010 0 1000110 100 1000100 1011001 111110

Color Harmonies of #DCF449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF449

Black with #DCF449

Text Example


Text Example

White with #DCF449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF449; }

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

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

background-color css

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

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

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

border-color css

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

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

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