Html Css Color HEX #DDEE2A Pear

📋 copy color: '#DDEE2A'

red 221 ◦ green 238 ◦ blue 42

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

Shades of Pear #DDEE2A

Tints of Pear #DDEE2A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

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

R = 44.11%
G = 47.5%
B = 8.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#DDEE2A (or 0xDDEE2A) is known color: Pear. HEX triplet: DD, EE and 2A. RGB value is (221,238,42). Sum of RGB (Red+Green+Blue) = 221+238+42=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE2A is #2211D5. Grayscale: #D3D3D3. Windows color (decimal): -2232790 or 2813661. OLE color: 2813661.

HSL color Cylindrical-coordinate representation of color #DDEE2A: hue angle of 65.2º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDEE2A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 42 -
CMYK 0.07 0 0.82 0.07
HSL 65.2º 0.85% 0.55% -
HSV(B) 65.2º 0.82% 0.93% -
XYZ 60.81 76.69 13.79 -
YUV 210.57 32.87 135.44 -
System Red Green Blue C M Y K H S L
Decimal 221 238 42 0.07 0 0.82 0.07 65.2 0.85 0.55
Hex DD EE 2A 7 0 52 7 41 55 37
Octal 335 356 52 7 0 122 7 101 125 67
Binary 11011101 11101110 101010 111 0 1010010 111 1000001 1010101 110111

Color Harmonies of #DDEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE2A

Black with #DDEE2A

Text Example


Text Example

White with #DDEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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