#91F514

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

Shades of Chartreuse #91F514

Tints of Chartreuse #91F514

Color information

#91F514 (or 0x91F514) is unknown color: approx Chartreuse. HEX triplet: 91, F5 and 14. RGB value is (145,245,20). Sum of RGB (Red+Green+Blue) = 145+245+20=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 245 (96.09% from 255 or 59.76% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 245 - color contains mainly: green. Hex color #91F514 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91F514 is #6E0AEB. Grayscale: #BEBEBE. Windows color (decimal): -7211756 or 1373585. OLE color: 1373585.

HSL color Cylindrical-coordinate representation of color #91F514: hue angle of 86.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91F514 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB14524520-
CMYK0.4100.920.04
HSL86.67º91.84%51.96%-
HSV(B)86.67º91.84%96.08%-
XYZ44.4671.3812.1-
YUV189.4532.3796.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 245 (96.09% from 255) = 59.76%
BLUE value IS 20 (8.20% from 255) = 4.88%
R=35.37%
G=59.76%
B=4.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal145245200.4100.920.0486.6791.8451.96
Hex91F5142905C4575c34
Octal22136524510134412713464
Binary1001000111110101101001010010101110010010101111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91F514; }

 p { color: rgb(145,245,20); }

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

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

 a { background-color: rgb(145,245,20); }

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

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

 span { border-color: rgb(145,245,20); }

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