Html Css Color HEX #91FD14 Chartreuse

📋 copy color: '#91FD14'

red 145 ◦ green 253 ◦ blue 20

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

Shades of Chartreuse #91FD14

Tints of Chartreuse #91FD14

RGB

 RED value IS 145 (57.03% from 255) = 34.69%

 GREEN value IS 253 (99.22% from 255) = 60.53%

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

R = 34.69%
G = 60.53%
B = 4.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#91FD14 (or 0x91FD14) is known color: Chartreuse. HEX triplet: 91, FD and 14. RGB value is (145,253,20). Sum of RGB (Red+Green+Blue) = 145+253+20=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #91FD14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91FD14 is #6E02EB. Grayscale: #C2C2C2. Windows color (decimal): -7209708 or 1375633. OLE color: 1375633.

HSL color Cylindrical-coordinate representation of color #91FD14: hue angle of 87.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91FD14 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 253 20 -
CMYK 0.43 0 0.92 0.01
HSL 87.81º 0.98% 0.54% -
HSV(B) 87.81º 0.92% 0.99% -
XYZ 46.93 76.32 12.92 -
YUV 194.15 29.72 92.95 -
System Red Green Blue C M Y K H S L
Decimal 145 253 20 0.43 0 0.92 0.01 87.81 0.98 0.54
Hex 91 FD 14 2B 0 5C 1 58 62 36
Octal 221 375 24 53 0 134 1 130 142 66
Binary 10010001 11111101 10100 101011 0 1011100 1 1011000 1100010 110110

Color Harmonies of #91FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91FD14

Black with #91FD14

Text Example


Text Example

White with #91FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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