Html Css Color HEX #D5D842 Bitter Lemon

📋 copy color: '#D5D842'

red 213 ◦ green 216 ◦ blue 66

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

Shades of Bitter Lemon #D5D842

Tints of Bitter Lemon #D5D842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.33%

R = 43.03%
G = 43.64%
B = 13.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D5D842 (or 0xD5D842) is known color: Bitter Lemon. HEX triplet: D5, D8 and 42. RGB value is (213,216,66). Sum of RGB (Red+Green+Blue) = 213+216+66=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D842 is #2A27BD. Grayscale: #C6C6C6. Windows color (decimal): -2762686 or 4380885. OLE color: 4380885.

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

Color convert

RGB 213 216 66 -
CMYK 0.01 0 0.69 0.15
HSL 61.2º 0.66% 0.55% -
HSV(B) 61.2º 0.69% 0.85% -
XYZ 52.98 63.65 14.65 -
YUV 198 53.51 138.7 -
System Red Green Blue C M Y K H S L
Decimal 213 216 66 0.01 0 0.69 0.15 61.2 0.66 0.55
Hex D5 D8 42 1 0 45 F 3D 42 37
Octal 325 330 102 1 0 105 17 75 102 67
Binary 11010101 11011000 1000010 1 0 1000101 1111 111101 1000010 110111

Color Harmonies of #D5D842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D842

Black with #D5D842

Text Example


Text Example

White with #D5D842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D842; }

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

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

background-color css

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

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

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

border-color css

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

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

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