Html Css Color HEX #DDF21D Pear

📋 copy color: '#DDF21D'

red 221 ◦ green 242 ◦ blue 29

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

Shades of Pear #DDF21D

Tints of Pear #DDF21D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 29 (11.72% from 255) = 5.89%

R = 44.92%
G = 49.19%
B = 5.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DDF21D (or 0xDDF21D) is known color: Pear. HEX triplet: DD, F2 and 1D. RGB value is (221,242,29). Sum of RGB (Red+Green+Blue) = 221+242+29=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF21D is #220DE2. Grayscale: #D4D4D4. Windows color (decimal): -2231779 or 1962717. OLE color: 1962717.

HSL color Cylindrical-coordinate representation of color #DDF21D: hue angle of 65.92º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF21D is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 29 -
CMYK 0.09 0 0.88 0.05
HSL 65.92º 0.89% 0.53% -
HSV(B) 65.92º 0.88% 0.95% -
XYZ 61.79 78.97 13.15 -
YUV 211.44 25.04 134.82 -
System Red Green Blue C M Y K H S L
Decimal 221 242 29 0.09 0 0.88 0.05 65.92 0.89 0.53
Hex DD F2 1D 9 0 58 5 42 59 35
Octal 335 362 35 11 0 130 5 102 131 65
Binary 11011101 11110010 11101 1001 0 1011000 101 1000010 1011001 110101

Color Harmonies of #DDF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF21D

Black with #DDF21D

Text Example


Text Example

White with #DDF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF21D; }

 p { color: rgb(221,242,29); }

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

background-color css

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

 a { background-color: rgb(221,242,29); }

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

border-color css

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

 span { border-color: rgb(221,242,29); }

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