#92F50E

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

Shades of Chartreuse #92F50E

Tints of Chartreuse #92F50E

Color information

#92F50E (or 0x92F50E) is unknown color: approx Chartreuse. HEX triplet: 92, F5 and 0E. RGB value is (146,245,14). Sum of RGB (Red+Green+Blue) = 146+245+14=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #92F50E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F50E is #6D0AF1. Grayscale: #BDBDBD. Windows color (decimal): -7146226 or 980370. OLE color: 980370.

HSL color Cylindrical-coordinate representation of color #92F50E: hue angle of 85.71º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92F50E is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB14624514-
CMYK0.4000.940.04
HSL85.71º92.03%50.78%-
HSV(B)85.71º94.29%96.08%-
XYZ44.5971.4511.86-
YUV189.0629.297.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 245 (96.09% from 255) = 60.49%
BLUE value IS 14 (5.86% from 255) = 3.46%
R=36.05%
G=60.49%
B=3.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal146245140.4000.940.0485.7192.0350.78
Hex92F5E2805E4565c33
Octal22236516500136412613463
Binary100100101111010111101010000101111010010101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92F50E; }

 p { color: rgb(146,245,14); }

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

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

 a { background-color: rgb(146,245,14); }

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

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

 span { border-color: rgb(146,245,14); }

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