Html Css Color HEX #DDEF2A Pear

📋 copy color: '#DDEF2A'

red 221 ◦ green 239 ◦ blue 42

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

Shades of Pear #DDEF2A

Tints of Pear #DDEF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.37%

R = 44.02%
G = 47.61%
B = 8.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#DDEF2A (or 0xDDEF2A) is known color: Pear. HEX triplet: DD, EF and 2A. RGB value is (221,239,42). Sum of RGB (Red+Green+Blue) = 221+239+42=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 42 (16.80% from 255 or 8.37% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF2A is #2210D5. Grayscale: #D3D3D3. Windows color (decimal): -2232534 or 2813917. OLE color: 2813917.

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

Color convert

RGB 221 239 42 -
CMYK 0.08 0 0.82 0.06
HSL 65.48º 0.86% 0.55% -
HSV(B) 65.48º 0.82% 0.94% -
XYZ 61.1 77.27 13.89 -
YUV 211.16 32.54 135.02 -
System Red Green Blue C M Y K H S L
Decimal 221 239 42 0.08 0 0.82 0.06 65.48 0.86 0.55
Hex DD EF 2A 8 0 52 6 41 56 37
Octal 335 357 52 10 0 122 6 101 126 67
Binary 11011101 11101111 101010 1000 0 1010010 110 1000001 1010110 110111

Color Harmonies of #DDEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF2A

Black with #DDEF2A

Text Example


Text Example

White with #DDEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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