Html Css Color HEX #D6E141 Bitter Lemon

📋 copy color: '#D6E141'

red 214 ◦ green 225 ◦ blue 65

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

Shades of Bitter Lemon #D6E141

Tints of Bitter Lemon #D6E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

 BLUE value IS 65 (25.78% from 255) = 12.9%

R = 42.46%
G = 44.64%
B = 12.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D6E141 (or 0xD6E141) is known color: Bitter Lemon. HEX triplet: D6, E1 and 41. RGB value is (214,225,65). Sum of RGB (Red+Green+Blue) = 214+225+65=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E141 is #291EBE. Grayscale: #CCCCCC. Windows color (decimal): -2694847 or 4317654. OLE color: 4317654.

HSL color Cylindrical-coordinate representation of color #D6E141: hue angle of 64.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6E141 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 65 -
CMYK 0.05 0 0.71 0.12
HSL 64.13º 0.73% 0.57% -
HSV(B) 64.13º 0.71% 0.88% -
XYZ 55.61 68.53 15.3 -
YUV 203.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 214 225 65 0.05 0 0.71 0.12 64.13 0.73 0.57
Hex D6 E1 41 5 0 47 C 40 49 39
Octal 326 341 101 5 0 107 14 100 111 71
Binary 11010110 11100001 1000001 101 0 1000111 1100 1000000 1001001 111001

Color Harmonies of #D6E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E141

Black with #D6E141

Text Example


Text Example

White with #D6E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E141; }

 p { color: rgb(214,225,65); }

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

background-color css

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

 a { background-color: rgb(214,225,65); }

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

border-color css

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

 span { border-color: rgb(214,225,65); }

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