Html Css Color HEX #D9DA30 Bitter Lemon

📋 copy color: '#D9DA30'

red 217 ◦ green 218 ◦ blue 48

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

Shades of Bitter Lemon #D9DA30

Tints of Bitter Lemon #D9DA30

RGB

 RED value IS 217 (85.16% from 255) = 44.93%

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

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

R = 44.93%
G = 45.13%
B = 9.94%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9DA30 (or 0xD9DA30) is known color: Bitter Lemon. HEX triplet: D9, DA and 30. RGB value is (217,218,48). Sum of RGB (Red+Green+Blue) = 217+218+48=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA30 is #2625CF. Grayscale: #C7C7C7. Windows color (decimal): -2500048 or 3201753. OLE color: 3201753.

HSL color Cylindrical-coordinate representation of color #D9DA30: hue angle of 60.35º 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 #D9DA30 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 48 -
CMYK 0.00 0 0.78 0.15
HSL 60.35º 0.7% 0.52% -
HSV(B) 60.35º 0.78% 0.85% -
XYZ 54.22 65.11 12.51 -
YUV 198.32 43.17 141.32 -
System Red Green Blue C M Y K H S L
Decimal 217 218 48 0.00 0 0.78 0.15 60.35 0.7 0.52
Hex D9 DA 30 0 0 4E F 3C 46 34
Octal 331 332 60 0 0 116 17 74 106 64
Binary 11011001 11011010 110000 0 0 1001110 1111 111100 1000110 110100

Color Harmonies of #D9DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA30

Black with #D9DA30

Text Example


Text Example

White with #D9DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA30; }

 p { color: rgb(217,218,48); }

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

background-color css

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

 a { background-color: rgb(217,218,48); }

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

border-color css

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

 span { border-color: rgb(217,218,48); }

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