Html Css Color HEX #DDE024 Bitter Lemon

📋 copy color: '#DDE024'

red 221 ◦ green 224 ◦ blue 36

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

Shades of Bitter Lemon #DDE024

Tints of Bitter Lemon #DDE024

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 36 (14.45% from 255) = 7.48%

R = 45.95%
G = 46.57%
B = 7.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#DDE024 (or 0xDDE024) is known color: Bitter Lemon. HEX triplet: DD, E0 and 24. RGB value is (221,224,36). Sum of RGB (Red+Green+Blue) = 221+224+36=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE024 is #221FDB. Grayscale: #CACACA. Windows color (decimal): -2236380 or 2416861. OLE color: 2416861.

HSL color Cylindrical-coordinate representation of color #DDE024: hue angle of 60.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDE024 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 36 -
CMYK 0.01 0 0.84 0.12
HSL 60.96º 0.75% 0.51% -
HSV(B) 60.96º 0.84% 0.88% -
XYZ 56.79 68.81 11.96 -
YUV 201.67 34.51 141.79 -
System Red Green Blue C M Y K H S L
Decimal 221 224 36 0.01 0 0.84 0.12 60.96 0.75 0.51
Hex DD E0 24 1 0 54 C 3D 4B 33
Octal 335 340 44 1 0 124 14 75 113 63
Binary 11011101 11100000 100100 1 0 1010100 1100 111101 1001011 110011

Color Harmonies of #DDE024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE024

Black with #DDE024

Text Example


Text Example

White with #DDE024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE024; }

 p { color: rgb(221,224,36); }

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

background-color css

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

 a { background-color: rgb(221,224,36); }

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

border-color css

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

 span { border-color: rgb(221,224,36); }

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