Html Css Color HEX #D5DB22 Bitter Lemon

📋 copy color: '#D5DB22'

red 213 ◦ green 219 ◦ blue 34

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

Shades of Bitter Lemon #D5DB22

Tints of Bitter Lemon #D5DB22

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 34 (13.67% from 255) = 7.3%

R = 45.71%
G = 47%
B = 7.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#D5DB22 (or 0xD5DB22) is known color: Bitter Lemon. HEX triplet: D5, DB and 22. RGB value is (213,219,34). Sum of RGB (Red+Green+Blue) = 213+219+34=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DB22 is #2A24DD. Grayscale: #C4C4C4. Windows color (decimal): -2761950 or 2284501. OLE color: 2284501.

HSL color Cylindrical-coordinate representation of color #D5DB22: hue angle of 61.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5DB22 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 34 -
CMYK 0.03 0 0.84 0.14
HSL 61.95º 0.73% 0.5% -
HSV(B) 61.95º 0.84% 0.86% -
XYZ 53.06 64.92 11.25 -
YUV 196.12 36.51 140.04 -
System Red Green Blue C M Y K H S L
Decimal 213 219 34 0.03 0 0.84 0.14 61.95 0.73 0.5
Hex D5 DB 22 3 0 54 E 3E 49 32
Octal 325 333 42 3 0 124 16 76 111 62
Binary 11010101 11011011 100010 11 0 1010100 1110 111110 1001001 110010

Color Harmonies of #D5DB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DB22

Black with #D5DB22

Text Example


Text Example

White with #D5DB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DB22; }

 p { color: rgb(213,219,34); }

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

background-color css

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

 a { background-color: rgb(213,219,34); }

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

border-color css

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

 span { border-color: rgb(213,219,34); }

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