Html Css Color HEX #91F00D Chartreuse

📋 copy color: '#91F00D'

red 145 ◦ green 240 ◦ blue 13

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

Shades of Chartreuse #91F00D

Tints of Chartreuse #91F00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.3%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 36.43%
G = 60.3%
B = 3.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#91F00D (or 0x91F00D) is known color: Chartreuse. HEX triplet: 91, F0 and 0D. RGB value is (145,240,13). Sum of RGB (Red+Green+Blue) = 145+240+13=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #91F00D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91F00D is #6E0FF2. Grayscale: #BABABA. Windows color (decimal): -7213043 or 913553. OLE color: 913553.

HSL color Cylindrical-coordinate representation of color #91F00D: hue angle of 85.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91F00D is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 240 13 -
CMYK 0.40 0 0.95 0.06
HSL 85.11º 0.9% 0.5% -
HSV(B) 85.11º 0.95% 0.94% -
XYZ 42.91 68.37 11.32 -
YUV 185.72 30.53 98.96 -
System Red Green Blue C M Y K H S L
Decimal 145 240 13 0.40 0 0.95 0.06 85.11 0.9 0.5
Hex 91 F0 D 28 0 5F 6 55 5A 32
Octal 221 360 15 50 0 137 6 125 132 62
Binary 10010001 11110000 1101 101000 0 1011111 110 1010101 1011010 110010

Color Harmonies of #91F00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91F00D

Black with #91F00D

Text Example


Text Example

White with #91F00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,240,13); }

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

background-color css

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

 a { background-color: rgb(145,240,13); }

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

border-color css

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

 span { border-color: rgb(145,240,13); }

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