Html Css Color HEX #DDEF20 Pear

📋 copy color: '#DDEF20'

red 221 ◦ green 239 ◦ blue 32

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

Shades of Pear #DDEF20

Tints of Pear #DDEF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 32 (12.89% from 255) = 6.5%

R = 44.92%
G = 48.58%
B = 6.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#DDEF20 (or 0xDDEF20) is known color: Pear. HEX triplet: DD, EF and 20. RGB value is (221,239,32). Sum of RGB (Red+Green+Blue) = 221+239+32=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF20 is #2210DF. Grayscale: #D2D2D2. Windows color (decimal): -2232544 or 2158557. OLE color: 2158557.

HSL color Cylindrical-coordinate representation of color #DDEF20: hue angle of 65.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDEF20 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 32 -
CMYK 0.08 0 0.87 0.06
HSL 65.22º 0.87% 0.53% -
HSV(B) 65.22º 0.87% 0.94% -
XYZ 60.95 77.21 13.06 -
YUV 210.02 27.54 135.83 -
System Red Green Blue C M Y K H S L
Decimal 221 239 32 0.08 0 0.87 0.06 65.22 0.87 0.53
Hex DD EF 20 8 0 57 6 41 57 35
Octal 335 357 40 10 0 127 6 101 127 65
Binary 11011101 11101111 100000 1000 0 1010111 110 1000001 1010111 110101

Color Harmonies of #DDEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF20

Black with #DDEF20

Text Example


Text Example

White with #DDEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF20; }

 p { color: rgb(221,239,32); }

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

background-color css

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

 a { background-color: rgb(221,239,32); }

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

border-color css

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

 span { border-color: rgb(221,239,32); }

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