Html Css Color HEX #D5DA31 Bitter Lemon

📋 copy color: '#D5DA31'

red 213 ◦ green 218 ◦ blue 49

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

Shades of Bitter Lemon #D5DA31

Tints of Bitter Lemon #D5DA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 49 (19.53% from 255) = 10.21%

R = 44.38%
G = 45.42%
B = 10.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D5DA31 (or 0xD5DA31) is known color: Bitter Lemon. HEX triplet: D5, DA and 31. RGB value is (213,218,49). Sum of RGB (Red+Green+Blue) = 213+218+49=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA31 is #2A25CE. Grayscale: #C5C5C5. Windows color (decimal): -2762191 or 3267285. OLE color: 3267285.

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

Color convert

RGB 213 218 49 -
CMYK 0.02 0 0.78 0.15
HSL 61.78º 0.7% 0.52% -
HSV(B) 61.78º 0.78% 0.85% -
XYZ 53.07 64.51 12.56 -
YUV 197.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 213 218 49 0.02 0 0.78 0.15 61.78 0.7 0.52
Hex D5 DA 31 2 0 4E F 3E 46 34
Octal 325 332 61 2 0 116 17 76 106 64
Binary 11010101 11011010 110001 10 0 1001110 1111 111110 1000110 110100

Color Harmonies of #D5DA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA31

Black with #D5DA31

Text Example


Text Example

White with #D5DA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA31; }

 p { color: rgb(213,218,49); }

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

background-color css

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

 a { background-color: rgb(213,218,49); }

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

border-color css

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

 span { border-color: rgb(213,218,49); }

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