Html Css Color HEX #91E000 Spring Bud

📋 copy color: '#91E000'

red 145 ◦ green 224 ◦ blue 0

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

Shades of Spring Bud #91E000

Tints of Spring Bud #91E000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.3%
G = 60.7%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#91E000 (or 0x91E000) is known color: Spring Bud. HEX triplet: 91, E0 and 00. RGB value is (145,224,0). Sum of RGB (Red+Green+Blue) = 145+224+0=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #91E000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91E000 is #6E1FFF. Grayscale: #AFAFAF. Windows color (decimal): -7217152 or 57489. OLE color: 57489.

HSL color Cylindrical-coordinate representation of color #91E000: hue angle of 81.16º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91E000 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 224 0 -
CMYK 0.35 0 1 0.12
HSL 81.16º 1% 0.44% -
HSV(B) 81.16º 1% 0.88% -
XYZ 38.33 59.33 9.43 -
YUV 174.84 29.33 106.71 -
System Red Green Blue C M Y K H S L
Decimal 145 224 0 0.35 0 1 0.12 81.16 1 0.44
Hex 91 E0 0 23 0 64 C 51 64 2C
Octal 221 340 0 43 0 144 14 121 144 54
Binary 10010001 11100000 0 100011 0 1100100 1100 1010001 1100100 101100

Color Harmonies of #91E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E000

Black with #91E000

Text Example


Text Example

White with #91E000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,224,0); }

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

background-color css

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

 a { background-color: rgb(145,224,0); }

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

border-color css

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

 span { border-color: rgb(145,224,0); }

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