Html Css Color HEX #DDF42F Pear

📋 copy color: '#DDF42F'

red 221 ◦ green 244 ◦ blue 47

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

Shades of Pear #DDF42F

Tints of Pear #DDF42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.18%

R = 43.16%
G = 47.66%
B = 9.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#DDF42F (or 0xDDF42F) is known color: Pear. HEX triplet: DD, F4 and 2F. RGB value is (221,244,47). Sum of RGB (Red+Green+Blue) = 221+244+47=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF42F is #220BD0. Grayscale: #D7D7D7. Windows color (decimal): -2231249 or 3142877. OLE color: 3142877.

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

Color convert

RGB 221 244 47 -
CMYK 0.09 0 0.81 0.04
HSL 67.01º 0.9% 0.57% -
HSV(B) 67.01º 0.81% 0.96% -
XYZ 62.68 80.28 14.88 -
YUV 214.67 33.38 132.52 -
System Red Green Blue C M Y K H S L
Decimal 221 244 47 0.09 0 0.81 0.04 67.01 0.9 0.57
Hex DD F4 2F 9 0 51 4 43 5A 39
Octal 335 364 57 11 0 121 4 103 132 71
Binary 11011101 11110100 101111 1001 0 1010001 100 1000011 1011010 111001

Color Harmonies of #DDF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF42F

Black with #DDF42F

Text Example


Text Example

White with #DDF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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