Html Css Color HEX #D5DA28 Bitter Lemon

📋 copy color: '#D5DA28'

red 213 ◦ green 218 ◦ blue 40

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

Shades of Bitter Lemon #D5DA28

Tints of Bitter Lemon #D5DA28

RGB

 RED value IS 213 (83.59% from 255) = 45.22%

 GREEN value IS 218 (85.55% from 255) = 46.28%

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

R = 45.22%
G = 46.28%
B = 8.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D5DA28 (or 0xD5DA28) is known color: Bitter Lemon. HEX triplet: D5, DA and 28. RGB value is (213,218,40). Sum of RGB (Red+Green+Blue) = 213+218+40=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA28 is #2A25D7. Grayscale: #C4C4C4. Windows color (decimal): -2762200 or 2677461. OLE color: 2677461.

HSL color Cylindrical-coordinate representation of color #D5DA28: hue angle of 61.69º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5DA28 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 40 -
CMYK 0.02 0 0.82 0.15
HSL 61.69º 0.71% 0.51% -
HSV(B) 61.69º 0.82% 0.85% -
XYZ 52.89 64.44 11.66 -
YUV 196.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 213 218 40 0.02 0 0.82 0.15 61.69 0.71 0.51
Hex D5 DA 28 2 0 52 F 3E 47 33
Octal 325 332 50 2 0 122 17 76 107 63
Binary 11010101 11011010 101000 10 0 1010010 1111 111110 1000111 110011

Color Harmonies of #D5DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA28

Black with #D5DA28

Text Example


Text Example

White with #D5DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA28; }

 p { color: rgb(213,218,40); }

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

background-color css

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

 a { background-color: rgb(213,218,40); }

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

border-color css

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

 span { border-color: rgb(213,218,40); }

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