Html Css Color HEX #D3E149 Bitter Lemon

📋 copy color: '#D3E149'

red 211 ◦ green 225 ◦ blue 73

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

Shades of Bitter Lemon #D3E149

Tints of Bitter Lemon #D3E149

RGB

 RED value IS 211 (82.81% from 255) = 41.45%

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

 BLUE value IS 73 (28.91% from 255) = 14.34%

R = 41.45%
G = 44.2%
B = 14.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#D3E149 (or 0xD3E149) is known color: Bitter Lemon. HEX triplet: D3, E1 and 49. RGB value is (211,225,73). Sum of RGB (Red+Green+Blue) = 211+225+73=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E149 is #2C1EB6. Grayscale: #CCCCCC. Windows color (decimal): -2891447 or 4841939. OLE color: 4841939.

HSL color Cylindrical-coordinate representation of color #D3E149: hue angle of 65.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3E149 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 225 73 -
CMYK 0.06 0 0.68 0.12
HSL 65.53º 0.72% 0.58% -
HSV(B) 65.53º 0.68% 0.88% -
XYZ 54.99 68.18 16.57 -
YUV 203.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 211 225 73 0.06 0 0.68 0.12 65.53 0.72 0.58
Hex D3 E1 49 6 0 44 C 42 48 3A
Octal 323 341 111 6 0 104 14 102 110 72
Binary 11010011 11100001 1001001 110 0 1000100 1100 1000010 1001000 111010

Color Harmonies of #D3E149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E149

Black with #D3E149

Text Example


Text Example

White with #D3E149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E149; }

 p { color: rgb(211,225,73); }

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

background-color css

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

 a { background-color: rgb(211,225,73); }

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

border-color css

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

 span { border-color: rgb(211,225,73); }

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