Html Css Color HEX #D6E143 Bitter Lemon

📋 copy color: '#D6E143'

red 214 ◦ green 225 ◦ blue 67

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

Shades of Bitter Lemon #D6E143

Tints of Bitter Lemon #D6E143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.24%

R = 42.29%
G = 44.47%
B = 13.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#D6E143 (or 0xD6E143) is known color: Bitter Lemon. HEX triplet: D6, E1 and 43. RGB value is (214,225,67). Sum of RGB (Red+Green+Blue) = 214+225+67=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E143 is #291EBC. Grayscale: #CCCCCC. Windows color (decimal): -2694845 or 4448726. OLE color: 4448726.

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

Color convert

RGB 214 225 67 -
CMYK 0.05 0 0.70 0.12
HSL 64.18º 0.72% 0.57% -
HSV(B) 64.18º 0.7% 0.88% -
XYZ 55.67 68.55 15.61 -
YUV 203.7 50.86 135.35 -
System Red Green Blue C M Y K H S L
Decimal 214 225 67 0.05 0 0.70 0.12 64.18 0.72 0.57
Hex D6 E1 43 5 0 46 C 40 48 39
Octal 326 341 103 5 0 106 14 100 110 71
Binary 11010110 11100001 1000011 101 0 1000110 1100 1000000 1001000 111001

Color Harmonies of #D6E143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E143

Black with #D6E143

Text Example


Text Example

White with #D6E143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E143; }

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

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

background-color css

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

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

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

border-color css

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

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

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