Html Css Color HEX #D6E035 Bitter Lemon

📋 copy color: '#D6E035'

red 214 ◦ green 224 ◦ blue 53

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

Shades of Bitter Lemon #D6E035

Tints of Bitter Lemon #D6E035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.79%

R = 43.58%
G = 45.62%
B = 10.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#D6E035 (or 0xD6E035) is known color: Bitter Lemon. HEX triplet: D6, E0 and 35. RGB value is (214,224,53). Sum of RGB (Red+Green+Blue) = 214+224+53=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E035 is #291FCA. Grayscale: #CACACA. Windows color (decimal): -2695115 or 3530966. OLE color: 3530966.

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

Color convert

RGB 214 224 53 -
CMYK 0.04 0 0.76 0.12
HSL 63.51º 0.73% 0.54% -
HSV(B) 63.51º 0.76% 0.88% -
XYZ 55.03 67.86 13.57 -
YUV 201.52 44.19 136.9 -
System Red Green Blue C M Y K H S L
Decimal 214 224 53 0.04 0 0.76 0.12 63.51 0.73 0.54
Hex D6 E0 35 4 0 4C C 40 49 36
Octal 326 340 65 4 0 114 14 100 111 66
Binary 11010110 11100000 110101 100 0 1001100 1100 1000000 1001001 110110

Color Harmonies of #D6E035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E035

Black with #D6E035

Text Example


Text Example

White with #D6E035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E035; }

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

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

background-color css

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

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

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

border-color css

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

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

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