Html Css Color HEX #D3E041 Bitter Lemon

📋 copy color: '#D3E041'

red 211 ◦ green 224 ◦ blue 65

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

Shades of Bitter Lemon #D3E041

Tints of Bitter Lemon #D3E041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

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

R = 42.2%
G = 44.8%
B = 13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D3E041 (or 0xD3E041) is known color: Bitter Lemon. HEX triplet: D3, E0 and 41. RGB value is (211,224,65). Sum of RGB (Red+Green+Blue) = 211+224+65=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E041 is #2C1FBE. Grayscale: #CACACA. Windows color (decimal): -2891711 or 4317395. OLE color: 4317395.

HSL color Cylindrical-coordinate representation of color #D3E041: hue angle of 64.91º degrees, saturation: 0.72, 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 #D3E041 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 65 -
CMYK 0.06 0 0.71 0.12
HSL 64.91º 0.72% 0.57% -
HSV(B) 64.91º 0.71% 0.88% -
XYZ 54.47 67.54 15.17 -
YUV 201.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 211 224 65 0.06 0 0.71 0.12 64.91 0.72 0.57
Hex D3 E0 41 6 0 47 C 41 48 39
Octal 323 340 101 6 0 107 14 101 110 71
Binary 11010011 11100000 1000001 110 0 1000111 1100 1000001 1001000 111001

Color Harmonies of #D3E041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E041

Black with #D3E041

Text Example


Text Example

White with #D3E041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E041; }

 p { color: rgb(211,224,65); }

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

background-color css

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

 a { background-color: rgb(211,224,65); }

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

border-color css

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

 span { border-color: rgb(211,224,65); }

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