Html Css Color HEX #D5D936 Bitter Lemon

📋 copy color: '#D5D936'

red 213 ◦ green 217 ◦ blue 54

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

Shades of Bitter Lemon #D5D936

Tints of Bitter Lemon #D5D936

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.83%

 BLUE value IS 54 (21.48% from 255) = 11.16%

R = 44.01%
G = 44.83%
B = 11.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D5D936 (or 0xD5D936) is known color: Bitter Lemon. HEX triplet: D5, D9 and 36. RGB value is (213,217,54). Sum of RGB (Red+Green+Blue) = 213+217+54=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D936 is #2A26C9. Grayscale: #C5C5C5. Windows color (decimal): -2762442 or 3594709. OLE color: 3594709.

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

Color convert

RGB 213 217 54 -
CMYK 0.02 0 0.75 0.15
HSL 61.47º 0.68% 0.53% -
HSV(B) 61.47º 0.75% 0.85% -
XYZ 52.92 64.04 13.06 -
YUV 197.22 47.17 139.25 -
System Red Green Blue C M Y K H S L
Decimal 213 217 54 0.02 0 0.75 0.15 61.47 0.68 0.53
Hex D5 D9 36 2 0 4B F 3D 44 35
Octal 325 331 66 2 0 113 17 75 104 65
Binary 11010101 11011001 110110 10 0 1001011 1111 111101 1000100 110101

Color Harmonies of #D5D936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D936

Black with #D5D936

Text Example


Text Example

White with #D5D936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D936; }

 p { color: rgb(213,217,54); }

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

background-color css

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

 a { background-color: rgb(213,217,54); }

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

border-color css

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

 span { border-color: rgb(213,217,54); }

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