Html Css Color HEX #95FC00 Spring Bud

📋 copy color: '#95FC00'

red 149 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #95FC00

Tints of Spring Bud #95FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.84%

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

R = 37.16%
G = 62.84%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#95FC00 (or 0x95FC00) is known color: Spring Bud. HEX triplet: 95, FC and 00. RGB value is (149,252,0). Sum of RGB (Red+Green+Blue) = 149+252+0=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #95FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FC00 is #6A03FF. Grayscale: #C1C1C1. Windows color (decimal): -6947840 or 64661. OLE color: 64661.

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

Color convert

RGB 149 252 0 -
CMYK 0.41 0 1 0.01
HSL 84.52º 1% 0.49% -
HSV(B) 84.52º 1% 0.99% -
XYZ 47.2 76.01 12.18 -
YUV 192.48 19.38 96.99 -
System Red Green Blue C M Y K H S L
Decimal 149 252 0 0.41 0 1 0.01 84.52 1 0.49
Hex 95 FC 0 29 0 64 1 55 64 31
Octal 225 374 0 51 0 144 1 125 144 61
Binary 10010101 11111100 0 101001 0 1100100 1 1010101 1100100 110001

Color Harmonies of #95FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FC00

Black with #95FC00

Text Example


Text Example

White with #95FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,252,0); }

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

background-color css

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

 a { background-color: rgb(149,252,0); }

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

border-color css

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

 span { border-color: rgb(149,252,0); }

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