Html Css Color HEX #D5DC30 Bitter Lemon

📋 copy color: '#D5DC30'

red 213 ◦ green 220 ◦ blue 48

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

Shades of Bitter Lemon #D5DC30

Tints of Bitter Lemon #D5DC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 44.28%
G = 45.74%
B = 9.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#D5DC30 (or 0xD5DC30) is known color: Bitter Lemon. HEX triplet: D5, DC and 30. RGB value is (213,220,48). Sum of RGB (Red+Green+Blue) = 213+220+48=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC30 is #2A23CF. Grayscale: #C6C6C6. Windows color (decimal): -2761680 or 3202261. OLE color: 3202261.

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

Color convert

RGB 213 220 48 -
CMYK 0.03 0 0.78 0.14
HSL 62.44º 0.71% 0.53% -
HSV(B) 62.44º 0.78% 0.86% -
XYZ 53.57 65.55 12.62 -
YUV 198.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 213 220 48 0.03 0 0.78 0.14 62.44 0.71 0.53
Hex D5 DC 30 3 0 4E E 3E 47 35
Octal 325 334 60 3 0 116 16 76 107 65
Binary 11010101 11011100 110000 11 0 1001110 1110 111110 1000111 110101

Color Harmonies of #D5DC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC30

Black with #D5DC30

Text Example


Text Example

White with #D5DC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC30; }

 p { color: rgb(213,220,48); }

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

background-color css

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

 a { background-color: rgb(213,220,48); }

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

border-color css

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

 span { border-color: rgb(213,220,48); }

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