#E2E70C

Color #E2E70C Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #E2E70C

Tints of Chartreuse Yellow #E2E70C

Color information

#E2E70C (or 0xE2E70C) is unknown color: approx Chartreuse Yellow. HEX triplet: E2, E7 and 0C. RGB value is (226,231,12). Sum of RGB (Red+Green+Blue) = 226+231+12=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E70C is #1D18F3. Grayscale: #CDCDCD. Windows color (decimal): -1906932 or 845794. OLE color: 845794.

HSL color Cylindrical-coordinate representation of color #E2E70C: hue angle of 61.37º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2E70C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB22623112-
CMYK0.0200.950.09
HSL61.37º90.12%47.65%-
HSV(B)61.37º94.81%90.59%-
XYZ60.0173.3511.34-
YUV204.5419.34143.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.19%
GREEN value IS 231 (90.62% from 255) = 49.25%
BLUE value IS 12 (5.08% from 255) = 2.56%
R=48.19%
G=49.25%
B=2.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal226231120.0200.950.0961.3790.1247.65
HexE2E7C205F93d5a30
Octal3423471420137117513260
Binary11100010111001111100100101111110011111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E70C; }

 p { color: rgb(226,231,12); }

 H1.HeaderClassName
 {
   color: #E2E70C;
 }
 .AnyTagClassName
 {
   color: #E2E70C;
 }
</style>
background-color css

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

 a { background-color: rgb(226,231,12); }

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

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

 span { border-color: rgb(226,231,12); }

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