Html Css Color HEX #95FE14 Spring Bud

📋 copy color: '#95FE14'

red 149 ◦ green 254 ◦ blue 20

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

Shades of Spring Bud #95FE14

Tints of Spring Bud #95FE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 35.22%
G = 60.05%
B = 4.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#95FE14 (or 0x95FE14) is known color: Spring Bud. HEX triplet: 95, FE and 14. RGB value is (149,254,20). Sum of RGB (Red+Green+Blue) = 149+254+20=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FE14 is #6A01EB. Grayscale: #C4C4C4. Windows color (decimal): -6947308 or 1375893. OLE color: 1375893.

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

Color convert

RGB 149 254 20 -
CMYK 0.41 0 0.92 0.00
HSL 86.92º 0.99% 0.54% -
HSV(B) 86.92º 0.92% 1% -
XYZ 47.96 77.32 13.06 -
YUV 195.93 28.71 94.53 -
System Red Green Blue C M Y K H S L
Decimal 149 254 20 0.41 0 0.92 0.00 86.92 0.99 0.54
Hex 95 FE 14 29 0 5C 0 57 63 36
Octal 225 376 24 51 0 134 0 127 143 66
Binary 10010101 11111110 10100 101001 0 1011100 0 1010111 1100011 110110

Color Harmonies of #95FE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FE14

Black with #95FE14

Text Example


Text Example

White with #95FE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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