Html Css Color HEX #DDE128 Bitter Lemon

📋 copy color: '#DDE128'

red 221 ◦ green 225 ◦ blue 40

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

Shades of Bitter Lemon #DDE128

Tints of Bitter Lemon #DDE128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 45.47%
G = 46.3%
B = 8.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#DDE128 (or 0xDDE128) is known color: Bitter Lemon. HEX triplet: DD, E1 and 28. RGB value is (221,225,40). Sum of RGB (Red+Green+Blue) = 221+225+40=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE128 is #221ED7. Grayscale: #CBCBCB. Windows color (decimal): -2236120 or 2679261. OLE color: 2679261.

HSL color Cylindrical-coordinate representation of color #DDE128: hue angle of 61.3º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDE128 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 40 -
CMYK 0.02 0 0.82 0.12
HSL 61.3º 0.76% 0.52% -
HSV(B) 61.3º 0.82% 0.88% -
XYZ 57.13 69.38 12.39 -
YUV 202.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 221 225 40 0.02 0 0.82 0.12 61.3 0.76 0.52
Hex DD E1 28 2 0 52 C 3D 4C 34
Octal 335 341 50 2 0 122 14 75 114 64
Binary 11011101 11100001 101000 10 0 1010010 1100 111101 1001100 110100

Color Harmonies of #DDE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE128

Black with #DDE128

Text Example


Text Example

White with #DDE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE128; }

 p { color: rgb(221,225,40); }

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

background-color css

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

 a { background-color: rgb(221,225,40); }

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

border-color css

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

 span { border-color: rgb(221,225,40); }

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