Html Css Color HEX #DDF944 Pear

📋 copy color: '#DDF944'

red 221 ◦ green 249 ◦ blue 68

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

Shades of Pear #DDF944

Tints of Pear #DDF944

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

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

R = 41.08%
G = 46.28%
B = 12.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#DDF944 (or 0xDDF944) is known color: Pear. HEX triplet: DD, F9 and 44. RGB value is (221,249,68). Sum of RGB (Red+Green+Blue) = 221+249+68=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 68 (26.95% from 255 or 12.64% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF944 is #2206BB. Grayscale: #DCDCDC. Windows color (decimal): -2229948 or 4520413. OLE color: 4520413.

HSL color Cylindrical-coordinate representation of color #DDF944: hue angle of 69.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDF944 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 68 -
CMYK 0.11 0 0.73 0.02
HSL 69.28º 0.94% 0.62% -
HSV(B) 69.28º 0.73% 0.98% -
XYZ 64.74 83.54 18.18 -
YUV 219.99 42.22 128.72 -
System Red Green Blue C M Y K H S L
Decimal 221 249 68 0.11 0 0.73 0.02 69.28 0.94 0.62
Hex DD F9 44 B 0 49 2 45 5E 3E
Octal 335 371 104 13 0 111 2 105 136 76
Binary 11011101 11111001 1000100 1011 0 1001001 10 1000101 1011110 111110

Color Harmonies of #DDF944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF944

Black with #DDF944

Text Example


Text Example

White with #DDF944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF944; }

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

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

background-color css

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

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

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

border-color css

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

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

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