Html Css Color HEX #DDE025 Bitter Lemon

📋 copy color: '#DDE025'

red 221 ◦ green 224 ◦ blue 37

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

Shades of Bitter Lemon #DDE025

Tints of Bitter Lemon #DDE025

RGB

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

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

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

R = 45.85%
G = 46.47%
B = 7.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#DDE025 (or 0xDDE025) is known color: Bitter Lemon. HEX triplet: DD, E0 and 25. RGB value is (221,224,37). Sum of RGB (Red+Green+Blue) = 221+224+37=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE025 is #221FDA. Grayscale: #CACACA. Windows color (decimal): -2236379 or 2482397. OLE color: 2482397.

HSL color Cylindrical-coordinate representation of color #DDE025: 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.83%. Process color model (Four color, CMYK) of #DDE025 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 37 -
CMYK 0.01 0 0.83 0.12
HSL 60.96º 0.75% 0.51% -
HSV(B) 60.96º 0.83% 0.88% -
XYZ 56.81 68.82 12.04 -
YUV 201.79 35.01 141.71 -
System Red Green Blue C M Y K H S L
Decimal 221 224 37 0.01 0 0.83 0.12 60.96 0.75 0.51
Hex DD E0 25 1 0 53 C 3D 4B 33
Octal 335 340 45 1 0 123 14 75 113 63
Binary 11011101 11100000 100101 1 0 1010011 1100 111101 1001011 110011

Color Harmonies of #DDE025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE025

Black with #DDE025

Text Example


Text Example

White with #DDE025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE025; }

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

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

background-color css

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

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

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

border-color css

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

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

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