Html Css Color HEX #95F901 Spring Bud

📋 copy color: '#95F901'

red 149 ◦ green 249 ◦ blue 1

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

Shades of Spring Bud #95F901

Tints of Spring Bud #95F901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.41%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 37.34%
G = 62.41%
B = 0.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#95F901 (or 0x95F901) is known color: Spring Bud. HEX triplet: 95, F9 and 01. RGB value is (149,249,1). Sum of RGB (Red+Green+Blue) = 149+249+1=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #95F901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F901 is #6A06FE. Grayscale: #BFBFBF. Windows color (decimal): -6948607 or 129429. OLE color: 129429.

HSL color Cylindrical-coordinate representation of color #95F901: hue angle of 84.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95F901 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 249 1 -
CMYK 0.40 0 1.00 0.02
HSL 84.19º 0.99% 0.49% -
HSV(B) 84.19º 1% 0.98% -
XYZ 46.28 74.14 11.9 -
YUV 190.83 20.87 98.17 -
System Red Green Blue C M Y K H S L
Decimal 149 249 1 0.40 0 1.00 0.02 84.19 0.99 0.49
Hex 95 F9 1 28 0 64 2 54 63 31
Octal 225 371 1 50 0 144 2 124 143 61
Binary 10010101 11111001 1 101000 0 1100100 10 1010100 1100011 110001

Color Harmonies of #95F901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F901

Black with #95F901

Text Example


Text Example

White with #95F901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,249,1); }

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

background-color css

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

 a { background-color: rgb(149,249,1); }

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

border-color css

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

 span { border-color: rgb(149,249,1); }

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