Html Css Color HEX #DDF446 Pear

📋 copy color: '#DDF446'

red 221 ◦ green 244 ◦ blue 70

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

Shades of Pear #DDF446

Tints of Pear #DDF446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.08%

R = 41.31%
G = 45.61%
B = 13.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#DDF446 (or 0xDDF446) is known color: Pear. HEX triplet: DD, F4 and 46. RGB value is (221,244,70). Sum of RGB (Red+Green+Blue) = 221+244+70=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF446 is #220BB9. Grayscale: #D9D9D9. Windows color (decimal): -2231226 or 4650205. OLE color: 4650205.

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

Color convert

RGB 221 244 70 -
CMYK 0.09 0 0.71 0.04
HSL 67.93º 0.89% 0.62% -
HSV(B) 67.93º 0.71% 0.96% -
XYZ 63.27 80.52 18 -
YUV 217.29 44.88 130.65 -
System Red Green Blue C M Y K H S L
Decimal 221 244 70 0.09 0 0.71 0.04 67.93 0.89 0.62
Hex DD F4 46 9 0 47 4 44 59 3E
Octal 335 364 106 11 0 107 4 104 131 76
Binary 11011101 11110100 1000110 1001 0 1000111 100 1000100 1011001 111110

Color Harmonies of #DDF446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF446

Black with #DDF446

Text Example


Text Example

White with #DDF446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF446; }

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

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

background-color css

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

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

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

border-color css

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

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

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