Html Css Color HEX #DDEC18 Pear

📋 copy color: '#DDEC18'

red 221 ◦ green 236 ◦ blue 24

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

Shades of Pear #DDEC18

Tints of Pear #DDEC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.99%

R = 45.95%
G = 49.06%
B = 4.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#DDEC18 (or 0xDDEC18) is known color: Pear. HEX triplet: DD, EC and 18. RGB value is (221,236,24). Sum of RGB (Red+Green+Blue) = 221+236+24=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEC18 is #2213E7. Grayscale: #D0D0D0. Windows color (decimal): -2233320 or 1633501. OLE color: 1633501.

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

Color convert

RGB 221 236 24 -
CMYK 0.06 0 0.90 0.07
HSL 64.25º 0.85% 0.51% -
HSV(B) 64.25º 0.9% 0.93% -
XYZ 59.98 75.43 12.26 -
YUV 207.35 24.53 137.74 -
System Red Green Blue C M Y K H S L
Decimal 221 236 24 0.06 0 0.90 0.07 64.25 0.85 0.51
Hex DD EC 18 6 0 5A 7 40 55 33
Octal 335 354 30 6 0 132 7 100 125 63
Binary 11011101 11101100 11000 110 0 1011010 111 1000000 1010101 110011

Color Harmonies of #DDEC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC18

Black with #DDEC18

Text Example


Text Example

White with #DDEC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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