Html Css Color HEX #D6E13F Bitter Lemon

📋 copy color: '#D6E13F'

red 214 ◦ green 225 ◦ blue 63

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

Shades of Bitter Lemon #D6E13F

Tints of Bitter Lemon #D6E13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.55%

R = 42.63%
G = 44.82%
B = 12.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D6E13F (or 0xD6E13F) is known color: Bitter Lemon. HEX triplet: D6, E1 and 3F. RGB value is (214,225,63). Sum of RGB (Red+Green+Blue) = 214+225+63=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E13F is #291EC0. Grayscale: #CBCBCB. Windows color (decimal): -2694849 or 4186582. OLE color: 4186582.

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

Color convert

RGB 214 225 63 -
CMYK 0.05 0 0.72 0.12
HSL 64.07º 0.73% 0.56% -
HSV(B) 64.07º 0.72% 0.88% -
XYZ 55.55 68.51 15 -
YUV 203.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 214 225 63 0.05 0 0.72 0.12 64.07 0.73 0.56
Hex D6 E1 3F 5 0 48 C 40 49 38
Octal 326 341 77 5 0 110 14 100 111 70
Binary 11010110 11100001 111111 101 0 1001000 1100 1000000 1001001 111000

Color Harmonies of #D6E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E13F

Black with #D6E13F

Text Example


Text Example

White with #D6E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E13F; }

 p { color: rgb(214,225,63); }

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

background-color css

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

 a { background-color: rgb(214,225,63); }

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

border-color css

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

 span { border-color: rgb(214,225,63); }

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