Html Css Color HEX #DDEC2F Pear

📋 copy color: '#DDEC2F'

red 221 ◦ green 236 ◦ blue 47

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

Shades of Pear #DDEC2F

Tints of Pear #DDEC2F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.83%

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

R = 43.85%
G = 46.83%
B = 9.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DDEC2F (or 0xDDEC2F) is known color: Pear. HEX triplet: DD, EC and 2F. RGB value is (221,236,47). Sum of RGB (Red+Green+Blue) = 221+236+47=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC2F is #2213D0. Grayscale: #D2D2D2. Windows color (decimal): -2233297 or 3140829. OLE color: 3140829.

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

Color convert

RGB 221 236 47 -
CMYK 0.06 0 0.80 0.07
HSL 64.76º 0.83% 0.55% -
HSV(B) 64.76º 0.8% 0.93% -
XYZ 60.33 75.57 14.1 -
YUV 209.97 36.03 135.87 -
System Red Green Blue C M Y K H S L
Decimal 221 236 47 0.06 0 0.80 0.07 64.76 0.83 0.55
Hex DD EC 2F 6 0 50 7 41 53 37
Octal 335 354 57 6 0 120 7 101 123 67
Binary 11011101 11101100 101111 110 0 1010000 111 1000001 1010011 110111

Color Harmonies of #DDEC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC2F

Black with #DDEC2F

Text Example


Text Example

White with #DDEC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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