Html Css Color HEX #95FE11 Spring Bud

📋 copy color: '#95FE11'

red 149 ◦ green 254 ◦ blue 17

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

Shades of Spring Bud #95FE11

Tints of Spring Bud #95FE11

RGB

 RED value IS 149 (58.59% from 255) = 35.48%

 GREEN value IS 254 (99.61% from 255) = 60.48%

 BLUE value IS 17 (7.03% from 255) = 4.05%

R = 35.48%
G = 60.48%
B = 4.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#95FE11 (or 0x95FE11) is known color: Spring Bud. HEX triplet: 95, FE and 11. RGB value is (149,254,17). Sum of RGB (Red+Green+Blue) = 149+254+17=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FE11 is #6A01EE. Grayscale: #C4C4C4. Windows color (decimal): -6947311 or 1179285. OLE color: 1179285.

HSL color Cylindrical-coordinate representation of color #95FE11: hue angle of 86.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95FE11 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 254 17 -
CMYK 0.41 0 0.93 0.00
HSL 86.58º 0.99% 0.53% -
HSV(B) 86.58º 0.93% 1% -
XYZ 47.94 77.31 12.93 -
YUV 195.59 27.21 94.77 -
System Red Green Blue C M Y K H S L
Decimal 149 254 17 0.41 0 0.93 0.00 86.58 0.99 0.53
Hex 95 FE 11 29 0 5D 0 57 63 35
Octal 225 376 21 51 0 135 0 127 143 65
Binary 10010101 11111110 10001 101001 0 1011101 0 1010111 1100011 110101

Color Harmonies of #95FE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FE11

Black with #95FE11

Text Example


Text Example

White with #95FE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FE11; }

 p { color: rgb(149,254,17); }

 H1.HeaderClassName
 {
   color: #95FE11;
 }
 .AnyTagClassName
 {
   color: #95FE11;
 }
</style>

background-color css

<style>
 a { background-color: #95FE11; }

 a { background-color: rgb(149,254,17); }

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

border-color css

<style>
 span { border-color: #95FE11; }

 span { border-color: rgb(149,254,17); }

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