Html Css Color HEX #DDEC25 Pear

📋 copy color: '#DDEC25'

red 221 ◦ green 236 ◦ blue 37

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

Shades of Pear #DDEC25

Tints of Pear #DDEC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.49%

R = 44.74%
G = 47.77%
B = 7.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#DDEC25 (or 0xDDEC25) is known color: Pear. HEX triplet: DD, EC and 25. RGB value is (221,236,37). Sum of RGB (Red+Green+Blue) = 221+236+37=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC25 is #2213DA. Grayscale: #D1D1D1. Windows color (decimal): -2233307 or 2485469. OLE color: 2485469.

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

Color convert

RGB 221 236 37 -
CMYK 0.06 0 0.84 0.07
HSL 64.52º 0.84% 0.54% -
HSV(B) 64.52º 0.84% 0.93% -
XYZ 60.15 75.5 13.15 -
YUV 208.83 31.03 136.68 -
System Red Green Blue C M Y K H S L
Decimal 221 236 37 0.06 0 0.84 0.07 64.52 0.84 0.54
Hex DD EC 25 6 0 54 7 41 54 36
Octal 335 354 45 6 0 124 7 101 124 66
Binary 11011101 11101100 100101 110 0 1010100 111 1000001 1010100 110110

Color Harmonies of #DDEC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC25

Black with #DDEC25

Text Example


Text Example

White with #DDEC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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