Html Css Color HEX #95FA19 Spring Bud

📋 copy color: '#95FA19'

red 149 ◦ green 250 ◦ blue 25

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

Shades of Spring Bud #95FA19

Tints of Spring Bud #95FA19

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.96%

 BLUE value IS 25 (10.16% from 255) = 5.9%

R = 35.14%
G = 58.96%
B = 5.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#95FA19 (or 0x95FA19) is known color: Spring Bud. HEX triplet: 95, FA and 19. RGB value is (149,250,25). Sum of RGB (Red+Green+Blue) = 149+250+25=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FA19 is #6A05E6. Grayscale: #C2C2C2. Windows color (decimal): -6948327 or 1702549. OLE color: 1702549.

HSL color Cylindrical-coordinate representation of color #95FA19: hue angle of 86.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95FA19 is Cyan = 0.40, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 25 -
CMYK 0.40 0 0.9 0.02
HSL 86.93º 0.96% 0.54% -
HSV(B) 86.93º 0.9% 0.98% -
XYZ 46.76 74.83 12.9 -
YUV 194.15 32.54 95.8 -
System Red Green Blue C M Y K H S L
Decimal 149 250 25 0.40 0 0.9 0.02 86.93 0.96 0.54
Hex 95 FA 19 28 0 5A 2 57 60 36
Octal 225 372 31 50 0 132 2 127 140 66
Binary 10010101 11111010 11001 101000 0 1011010 10 1010111 1100000 110110

Color Harmonies of #95FA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FA19

Black with #95FA19

Text Example


Text Example

White with #95FA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,250,25); }

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

background-color css

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

 a { background-color: rgb(149,250,25); }

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

border-color css

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

 span { border-color: rgb(149,250,25); }

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