Html Css Color HEX #D6DF2D Bitter Lemon

📋 copy color: '#D6DF2D'

red 214 ◦ green 223 ◦ blue 45

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

Shades of Bitter Lemon #D6DF2D

Tints of Bitter Lemon #D6DF2D

RGB

 RED value IS 214 (83.98% from 255) = 44.4%

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

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

R = 44.4%
G = 46.27%
B = 9.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#D6DF2D (or 0xD6DF2D) is known color: Bitter Lemon. HEX triplet: D6, DF and 2D. RGB value is (214,223,45). Sum of RGB (Red+Green+Blue) = 214+223+45=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DF2D is #2920D2. Grayscale: #C8C8C8. Windows color (decimal): -2695379 or 3006422. OLE color: 3006422.

HSL color Cylindrical-coordinate representation of color #D6DF2D: hue angle of 63.03º 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 #D6DF2D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 45 -
CMYK 0.04 0 0.80 0.13
HSL 63.03º 0.74% 0.53% -
HSV(B) 63.03º 0.8% 0.87% -
XYZ 54.59 67.26 12.59 -
YUV 200.02 40.52 137.97 -
System Red Green Blue C M Y K H S L
Decimal 214 223 45 0.04 0 0.80 0.13 63.03 0.74 0.53
Hex D6 DF 2D 4 0 50 D 3F 4A 35
Octal 326 337 55 4 0 120 15 77 112 65
Binary 11010110 11011111 101101 100 0 1010000 1101 111111 1001010 110101

Color Harmonies of #D6DF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF2D

Black with #D6DF2D

Text Example


Text Example

White with #D6DF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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