Html Css Color HEX #DDEE32 Pear

📋 copy color: '#DDEE32'

red 221 ◦ green 238 ◦ blue 50

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

Shades of Pear #DDEE32

Tints of Pear #DDEE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.82%

R = 43.42%
G = 46.76%
B = 9.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#DDEE32 (or 0xDDEE32) is known color: Pear. HEX triplet: DD, EE and 32. RGB value is (221,238,50). Sum of RGB (Red+Green+Blue) = 221+238+50=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE32 is #2211CD. Grayscale: #D4D4D4. Windows color (decimal): -2232782 or 3337949. OLE color: 3337949.

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

Color convert

RGB 221 238 50 -
CMYK 0.07 0 0.79 0.07
HSL 65.43º 0.85% 0.56% -
HSV(B) 65.43º 0.79% 0.93% -
XYZ 60.97 76.75 14.62 -
YUV 211.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 221 238 50 0.07 0 0.79 0.07 65.43 0.85 0.56
Hex DD EE 32 7 0 4F 7 41 55 38
Octal 335 356 62 7 0 117 7 101 125 70
Binary 11011101 11101110 110010 111 0 1001111 111 1000001 1010101 111000

Color Harmonies of #DDEE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE32

Black with #DDEE32

Text Example


Text Example

White with #DDEE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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