Html Css Color HEX #E6FA14 Chartreuse Yellow

📋 copy color: '#E6FA14'

red 230 ◦ green 250 ◦ blue 20

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

Shades of Chartreuse Yellow #E6FA14

Tints of Chartreuse Yellow #E6FA14

RGB

 RED value IS 230 (90.23% from 255) = 46%

 GREEN value IS 250 (98.05% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 4%

R = 46%
G = 50%
B = 4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#E6FA14 (or 0xE6FA14) is known color: Chartreuse Yellow. HEX triplet: E6, FA and 14. RGB value is (230,250,20). Sum of RGB (Red+Green+Blue) = 230+250+20=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6FA14 is #1905EB. Grayscale: #DADADA. Windows color (decimal): -1639916 or 1374950. OLE color: 1374950.

HSL color Cylindrical-coordinate representation of color #E6FA14: hue angle of 65.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6FA14 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 250 20 -
CMYK 0.08 0 0.92 0.02
HSL 65.22º 0.96% 0.53% -
HSV(B) 65.22º 0.92% 0.98% -
XYZ 66.95 85.24 13.59 -
YUV 217.8 16.37 136.7 -
System Red Green Blue C M Y K H S L
Decimal 230 250 20 0.08 0 0.92 0.02 65.22 0.96 0.53
Hex E6 FA 14 8 0 5C 2 41 60 35
Octal 346 372 24 10 0 134 2 101 140 65
Binary 11100110 11111010 10100 1000 0 1011100 10 1000001 1100000 110101

Color Harmonies of #E6FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FA14

Black with #E6FA14

Text Example


Text Example

White with #E6FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FA14; }

 p { color: rgb(230,250,20); }

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

background-color css

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

 a { background-color: rgb(230,250,20); }

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

border-color css

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

 span { border-color: rgb(230,250,20); }

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