Html Css Color HEX #D6DE2D Bitter Lemon

📋 copy color: '#D6DE2D'

red 214 ◦ green 222 ◦ blue 45

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

Shades of Bitter Lemon #D6DE2D

Tints of Bitter Lemon #D6DE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.15%

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

R = 44.49%
G = 46.15%
B = 9.36%

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

#D6DE2D (or 0xD6DE2D) is known color: Bitter Lemon. HEX triplet: D6, DE and 2D. RGB value is (214,222,45). Sum of RGB (Red+Green+Blue) = 214+222+45=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DE2D is #2921D2. Grayscale: #C8C8C8. Windows color (decimal): -2695635 or 3006166. OLE color: 3006166.

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

Color convert

RGB 214 222 45 -
CMYK 0.04 0 0.80 0.13
HSL 62.71º 0.73% 0.52% -
HSV(B) 62.71º 0.8% 0.87% -
XYZ 54.33 66.73 12.5 -
YUV 199.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 214 222 45 0.04 0 0.80 0.13 62.71 0.73 0.52
Hex D6 DE 2D 4 0 50 D 3F 49 34
Octal 326 336 55 4 0 120 15 77 111 64
Binary 11010110 11011110 101101 100 0 1010000 1101 111111 1001001 110100

Color Harmonies of #D6DE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DE2D

Black with #D6DE2D

Text Example


Text Example

White with #D6DE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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