Html Css Color HEX #DDEE2F Pear

📋 copy color: '#DDEE2F'

red 221 ◦ green 238 ◦ blue 47

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

Shades of Pear #DDEE2F

Tints of Pear #DDEE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.29%

R = 43.68%
G = 47.04%
B = 9.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DDEE2F (or 0xDDEE2F) is known color: Pear. HEX triplet: DD, EE and 2F. RGB value is (221,238,47). Sum of RGB (Red+Green+Blue) = 221+238+47=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE2F is #2211D0. Grayscale: #D3D3D3. Windows color (decimal): -2232785 or 3141341. OLE color: 3141341.

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

Color convert

RGB 221 238 47 -
CMYK 0.07 0 0.80 0.07
HSL 65.34º 0.85% 0.56% -
HSV(B) 65.34º 0.8% 0.93% -
XYZ 60.91 76.73 14.29 -
YUV 211.14 35.37 135.03 -
System Red Green Blue C M Y K H S L
Decimal 221 238 47 0.07 0 0.80 0.07 65.34 0.85 0.56
Hex DD EE 2F 7 0 50 7 41 55 38
Octal 335 356 57 7 0 120 7 101 125 70
Binary 11011101 11101110 101111 111 0 1010000 111 1000001 1010101 111000

Color Harmonies of #DDEE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE2F

Black with #DDEE2F

Text Example


Text Example

White with #DDEE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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