Html Css Color HEX #D8DF2D Bitter Lemon

📋 copy color: '#D8DF2D'

red 216 ◦ green 223 ◦ blue 45

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

Shades of Bitter Lemon #D8DF2D

Tints of Bitter Lemon #D8DF2D

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 44.63%
G = 46.07%
B = 9.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#D8DF2D (or 0xD8DF2D) is known color: Bitter Lemon. HEX triplet: D8, DF and 2D. RGB value is (216,223,45). Sum of RGB (Red+Green+Blue) = 216+223+45=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF2D is #2720D2. Grayscale: #C9C9C9. Windows color (decimal): -2564307 or 3006424. OLE color: 3006424.

HSL color Cylindrical-coordinate representation of color #D8DF2D: hue angle of 62.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8DF2D is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 45 -
CMYK 0.03 0 0.80 0.13
HSL 62.36º 0.74% 0.53% -
HSV(B) 62.36º 0.8% 0.87% -
XYZ 55.18 67.56 12.62 -
YUV 200.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 216 223 45 0.03 0 0.80 0.13 62.36 0.74 0.53
Hex D8 DF 2D 3 0 50 D 3E 4A 35
Octal 330 337 55 3 0 120 15 76 112 65
Binary 11011000 11011111 101101 11 0 1010000 1101 111110 1001010 110101

Color Harmonies of #D8DF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF2D

Black with #D8DF2D

Text Example


Text Example

White with #D8DF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF2D; }

 p { color: rgb(216,223,45); }

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

background-color css

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

 a { background-color: rgb(216,223,45); }

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

border-color css

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

 span { border-color: rgb(216,223,45); }

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