Html Css Color HEX #D2E041 Bitter Lemon

📋 copy color: '#D2E041'

red 210 ◦ green 224 ◦ blue 65

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

Shades of Bitter Lemon #D2E041

Tints of Bitter Lemon #D2E041

RGB

 RED value IS 210 (82.42% from 255) = 42.08%

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

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

R = 42.08%
G = 44.89%
B = 13.03%

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

#D2E041 (or 0xD2E041) is known color: Bitter Lemon. HEX triplet: D2, E0 and 41. RGB value is (210,224,65). Sum of RGB (Red+Green+Blue) = 210+224+65=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E041 is #2D1FBE. Grayscale: #CACACA. Windows color (decimal): -2957247 or 4317394. OLE color: 4317394.

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

Color convert

RGB 210 224 65 -
CMYK 0.06 0 0.71 0.12
HSL 65.28º 0.72% 0.57% -
HSV(B) 65.28º 0.71% 0.88% -
XYZ 54.19 67.39 15.15 -
YUV 201.69 50.86 133.93 -
System Red Green Blue C M Y K H S L
Decimal 210 224 65 0.06 0 0.71 0.12 65.28 0.72 0.57
Hex D2 E0 41 6 0 47 C 41 48 39
Octal 322 340 101 6 0 107 14 101 110 71
Binary 11010010 11100000 1000001 110 0 1000111 1100 1000001 1001000 111001

Color Harmonies of #D2E041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E041

Black with #D2E041

Text Example


Text Example

White with #D2E041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E041; }

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

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

background-color css

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

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

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

border-color css

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

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

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