Html Css Color HEX #DDFD49 Pear

📋 copy color: '#DDFD49'

red 221 ◦ green 253 ◦ blue 73

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

Shades of Pear #DDFD49

Tints of Pear #DDFD49

RGB

 RED value IS 221 (86.72% from 255) = 40.4%

 GREEN value IS 253 (99.22% from 255) = 46.25%

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

R = 40.4%
G = 46.25%
B = 13.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#DDFD49 (or 0xDDFD49) is known color: Pear. HEX triplet: DD, FD and 49. RGB value is (221,253,73). Sum of RGB (Red+Green+Blue) = 221+253+73=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 73 (28.91% from 255 or 13.35% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD49 is #2202B6. Grayscale: #DFDFDF. Windows color (decimal): -2228919 or 4849117. OLE color: 4849117.

HSL color Cylindrical-coordinate representation of color #DDFD49: hue angle of 70.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDFD49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 73 -
CMYK 0.13 0 0.71 0.01
HSL 70.67º 0.98% 0.64% -
HSV(B) 70.67º 0.71% 0.99% -
XYZ 66.15 86.1 19.44 -
YUV 222.91 43.4 126.64 -
System Red Green Blue C M Y K H S L
Decimal 221 253 73 0.13 0 0.71 0.01 70.67 0.98 0.64
Hex DD FD 49 D 0 47 1 47 62 40
Octal 335 375 111 15 0 107 1 107 142 100
Binary 11011101 11111101 1001001 1101 0 1000111 1 1000111 1100010 1000000

Color Harmonies of #DDFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD49

Black with #DDFD49

Text Example


Text Example

White with #DDFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD49; }

 p { color: rgb(221,253,73); }

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

background-color css

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

 a { background-color: rgb(221,253,73); }

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

border-color css

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

 span { border-color: rgb(221,253,73); }

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