Html Css Color HEX #DDEE3E Pear

📋 copy color: '#DDEE3E'

red 221 ◦ green 238 ◦ blue 62

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

Shades of Pear #DDEE3E

Tints of Pear #DDEE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.9%

R = 42.42%
G = 45.68%
B = 11.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#DDEE3E (or 0xDDEE3E) is known color: Pear. HEX triplet: DD, EE and 3E. RGB value is (221,238,62). Sum of RGB (Red+Green+Blue) = 221+238+62=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE3E is #2211C1. Grayscale: #D5D5D5. Windows color (decimal): -2232770 or 4124381. OLE color: 4124381.

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

Color convert

RGB 221 238 62 -
CMYK 0.07 0 0.74 0.07
HSL 65.8º 0.84% 0.59% -
HSV(B) 65.8º 0.74% 0.93% -
XYZ 61.26 76.87 16.17 -
YUV 212.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 221 238 62 0.07 0 0.74 0.07 65.8 0.84 0.59
Hex DD EE 3E 7 0 4A 7 42 54 3B
Octal 335 356 76 7 0 112 7 102 124 73
Binary 11011101 11101110 111110 111 0 1001010 111 1000010 1010100 111011

Color Harmonies of #DDEE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE3E

Black with #DDEE3E

Text Example


Text Example

White with #DDEE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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