Html Css Color HEX #DCF349 Pear

📋 copy color: '#DCF349'

red 220 ◦ green 243 ◦ blue 73

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

Shades of Pear #DCF349

Tints of Pear #DCF349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

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

R = 41.04%
G = 45.34%
B = 13.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DCF349 (or 0xDCF349) is known color: Pear. HEX triplet: DC, F3 and 49. RGB value is (220,243,73). Sum of RGB (Red+Green+Blue) = 220+243+73=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF349 is #230CB6. Grayscale: #D9D9D9. Windows color (decimal): -2297015 or 4846556. OLE color: 4846556.

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

Color convert

RGB 220 243 73 -
CMYK 0.09 0 0.70 0.05
HSL 68.12º 0.88% 0.62% -
HSV(B) 68.12º 0.7% 0.95% -
XYZ 62.77 79.8 18.4 -
YUV 216.74 46.88 130.32 -
System Red Green Blue C M Y K H S L
Decimal 220 243 73 0.09 0 0.70 0.05 68.12 0.88 0.62
Hex DC F3 49 9 0 46 5 44 58 3E
Octal 334 363 111 11 0 106 5 104 130 76
Binary 11011100 11110011 1001001 1001 0 1000110 101 1000100 1011000 111110

Color Harmonies of #DCF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF349

Black with #DCF349

Text Example


Text Example

White with #DCF349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF349; }

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

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

background-color css

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

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

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

border-color css

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

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

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