Html Css Color HEX #D5DB25 Bitter Lemon

📋 copy color: '#D5DB25'

red 213 ◦ green 219 ◦ blue 37

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

Shades of Bitter Lemon #D5DB25

Tints of Bitter Lemon #D5DB25

RGB

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

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

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

R = 45.42%
G = 46.7%
B = 7.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#D5DB25 (or 0xD5DB25) is known color: Bitter Lemon. HEX triplet: D5, DB and 25. RGB value is (213,219,37). Sum of RGB (Red+Green+Blue) = 213+219+37=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DB25 is #2A24DA. Grayscale: #C5C5C5. Windows color (decimal): -2761947 or 2481109. OLE color: 2481109.

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

Color convert

RGB 213 219 37 -
CMYK 0.03 0 0.83 0.14
HSL 61.98º 0.72% 0.5% -
HSV(B) 61.98º 0.83% 0.86% -
XYZ 53.11 64.94 11.49 -
YUV 196.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 213 219 37 0.03 0 0.83 0.14 61.98 0.72 0.5
Hex D5 DB 25 3 0 53 E 3E 48 32
Octal 325 333 45 3 0 123 16 76 110 62
Binary 11010101 11011011 100101 11 0 1010011 1110 111110 1001000 110010

Color Harmonies of #D5DB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DB25

Black with #D5DB25

Text Example


Text Example

White with #D5DB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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