Html Css Color HEX #DDF444 Pear

📋 copy color: '#DDF444'

red 221 ◦ green 244 ◦ blue 68

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

Shades of Pear #DDF444

Tints of Pear #DDF444

RGB

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

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

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

R = 41.46%
G = 45.78%
B = 12.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#DDF444 (or 0xDDF444) is known color: Pear. HEX triplet: DD, F4 and 44. RGB value is (221,244,68). Sum of RGB (Red+Green+Blue) = 221+244+68=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF444 is #220BBB. Grayscale: #D9D9D9. Windows color (decimal): -2231228 or 4519133. OLE color: 4519133.

HSL color Cylindrical-coordinate representation of color #DDF444: hue angle of 67.84º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF444 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 68 -
CMYK 0.09 0 0.72 0.04
HSL 67.84º 0.89% 0.61% -
HSV(B) 67.84º 0.72% 0.96% -
XYZ 63.21 80.49 17.67 -
YUV 217.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 221 244 68 0.09 0 0.72 0.04 67.84 0.89 0.61
Hex DD F4 44 9 0 48 4 44 59 3D
Octal 335 364 104 11 0 110 4 104 131 75
Binary 11011101 11110100 1000100 1001 0 1001000 100 1000100 1011001 111101

Color Harmonies of #DDF444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF444

Black with #DDF444

Text Example


Text Example

White with #DDF444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF444; }

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

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

background-color css

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

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

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

border-color css

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

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

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