Html Css Color HEX #DDFD44 Pear

📋 copy color: '#DDFD44'

red 221 ◦ green 253 ◦ blue 68

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

Shades of Pear #DDFD44

Tints of Pear #DDFD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.55%

R = 40.77%
G = 46.68%
B = 12.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#DDFD44 (or 0xDDFD44) is known color: Pear. HEX triplet: DD, FD and 44. RGB value is (221,253,68). Sum of RGB (Red+Green+Blue) = 221+253+68=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 68 (26.95% from 255 or 12.55% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD44 is #2202BB. Grayscale: #DFDFDF. Windows color (decimal): -2228924 or 4521437. OLE color: 4521437.

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

Color convert

RGB 221 253 68 -
CMYK 0.13 0 0.73 0.01
HSL 70.38º 0.98% 0.63% -
HSV(B) 70.38º 0.73% 0.99% -
XYZ 65.99 86.04 18.6 -
YUV 222.34 40.9 127.04 -
System Red Green Blue C M Y K H S L
Decimal 221 253 68 0.13 0 0.73 0.01 70.38 0.98 0.63
Hex DD FD 44 D 0 49 1 46 62 3F
Octal 335 375 104 15 0 111 1 106 142 77
Binary 11011101 11111101 1000100 1101 0 1001001 1 1000110 1100010 111111

Color Harmonies of #DDFD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD44

Black with #DDFD44

Text Example


Text Example

White with #DDFD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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