Html Css Color HEX #E6F214 Chartreuse Yellow

📋 copy color: '#E6F214'

red 230 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #E6F214

Tints of Chartreuse Yellow #E6F214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

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

R = 46.75%
G = 49.19%
B = 4.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#E6F214 (or 0xE6F214) is known color: Chartreuse Yellow. HEX triplet: E6, F2 and 14. RGB value is (230,242,20). Sum of RGB (Red+Green+Blue) = 230+242+20=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6F214 is #190DEB. Grayscale: #D5D5D5. Windows color (decimal): -1641964 or 1372902. OLE color: 1372902.

HSL color Cylindrical-coordinate representation of color #E6F214: hue angle of 63.24º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6F214 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 242 20 -
CMYK 0.05 0 0.92 0.05
HSL 63.24º 0.9% 0.51% -
HSV(B) 63.24º 0.92% 0.95% -
XYZ 64.51 80.38 12.78 -
YUV 213.1 19.02 140.05 -
System Red Green Blue C M Y K H S L
Decimal 230 242 20 0.05 0 0.92 0.05 63.24 0.9 0.51
Hex E6 F2 14 5 0 5C 5 3F 5A 33
Octal 346 362 24 5 0 134 5 77 132 63
Binary 11100110 11110010 10100 101 0 1011100 101 111111 1011010 110011

Color Harmonies of #E6F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F214

Black with #E6F214

Text Example


Text Example

White with #E6F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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