Html Css Color HEX #D6E03A Bitter Lemon

📋 copy color: '#D6E03A'

red 214 ◦ green 224 ◦ blue 58

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

Shades of Bitter Lemon #D6E03A

Tints of Bitter Lemon #D6E03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.69%

R = 43.15%
G = 45.16%
B = 11.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#D6E03A (or 0xD6E03A) is known color: Bitter Lemon. HEX triplet: D6, E0 and 3A. RGB value is (214,224,58). Sum of RGB (Red+Green+Blue) = 214+224+58=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E03A is #291FC5. Grayscale: #CACACA. Windows color (decimal): -2695110 or 3858646. OLE color: 3858646.

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

Color convert

RGB 214 224 58 -
CMYK 0.04 0 0.74 0.12
HSL 63.61º 0.73% 0.55% -
HSV(B) 63.61º 0.74% 0.88% -
XYZ 55.15 67.91 14.2 -
YUV 202.09 46.69 136.5 -
System Red Green Blue C M Y K H S L
Decimal 214 224 58 0.04 0 0.74 0.12 63.61 0.73 0.55
Hex D6 E0 3A 4 0 4A C 40 49 37
Octal 326 340 72 4 0 112 14 100 111 67
Binary 11010110 11100000 111010 100 0 1001010 1100 1000000 1001001 110111

Color Harmonies of #D6E03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E03A

Black with #D6E03A

Text Example


Text Example

White with #D6E03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E03A; }

 p { color: rgb(214,224,58); }

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

background-color css

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

 a { background-color: rgb(214,224,58); }

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

border-color css

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

 span { border-color: rgb(214,224,58); }

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