Html Css Color HEX #D5D840 Bitter Lemon

📋 copy color: '#D5D840'

red 213 ◦ green 216 ◦ blue 64

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

Shades of Bitter Lemon #D5D840

Tints of Bitter Lemon #D5D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

 BLUE value IS 64 (25.39% from 255) = 12.98%

R = 43.2%
G = 43.81%
B = 12.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D5D840 (or 0xD5D840) is known color: Bitter Lemon. HEX triplet: D5, D8 and 40. RGB value is (213,216,64). Sum of RGB (Red+Green+Blue) = 213+216+64=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D840 is #2A27BF. Grayscale: #C6C6C6. Windows color (decimal): -2762688 or 4249813. OLE color: 4249813.

HSL color Cylindrical-coordinate representation of color #D5D840: hue angle of 61.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5D840 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 64 -
CMYK 0.01 0 0.70 0.15
HSL 61.18º 0.66% 0.55% -
HSV(B) 61.18º 0.7% 0.85% -
XYZ 52.92 63.63 14.34 -
YUV 197.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 213 216 64 0.01 0 0.70 0.15 61.18 0.66 0.55
Hex D5 D8 40 1 0 46 F 3D 42 37
Octal 325 330 100 1 0 106 17 75 102 67
Binary 11010101 11011000 1000000 1 0 1000110 1111 111101 1000010 110111

Color Harmonies of #D5D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D840

Black with #D5D840

Text Example


Text Example

White with #D5D840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D840; }

 p { color: rgb(213,216,64); }

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

background-color css

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

 a { background-color: rgb(213,216,64); }

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

border-color css

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

 span { border-color: rgb(213,216,64); }

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