Html Css Color HEX #D5DF3D Bitter Lemon

📋 copy color: '#D5DF3D'

red 213 ◦ green 223 ◦ blue 61

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

Shades of Bitter Lemon #D5DF3D

Tints of Bitter Lemon #D5DF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 42.86%
G = 44.87%
B = 12.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D5DF3D (or 0xD5DF3D) is known color: Bitter Lemon. HEX triplet: D5, DF and 3D. RGB value is (213,223,61). Sum of RGB (Red+Green+Blue) = 213+223+61=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF3D is #2A20C2. Grayscale: #CACACA. Windows color (decimal): -2760899 or 4054997. OLE color: 4054997.

HSL color Cylindrical-coordinate representation of color #D5DF3D: hue angle of 63.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5DF3D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 61 -
CMYK 0.04 0 0.73 0.13
HSL 63.7º 0.72% 0.56% -
HSV(B) 63.7º 0.73% 0.87% -
XYZ 54.67 67.26 14.52 -
YUV 201.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 213 223 61 0.04 0 0.73 0.13 63.7 0.72 0.56
Hex D5 DF 3D 4 0 49 D 40 48 38
Octal 325 337 75 4 0 111 15 100 110 70
Binary 11010101 11011111 111101 100 0 1001001 1101 1000000 1001000 111000

Color Harmonies of #D5DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF3D

Black with #D5DF3D

Text Example


Text Example

White with #D5DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF3D; }

 p { color: rgb(213,223,61); }

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

background-color css

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

 a { background-color: rgb(213,223,61); }

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

border-color css

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

 span { border-color: rgb(213,223,61); }

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