Html Css Color HEX #95FF16 Spring Bud

📋 copy color: '#95FF16'

red 149 ◦ green 255 ◦ blue 22

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

Shades of Spring Bud #95FF16

Tints of Spring Bud #95FF16

RGB

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

 GREEN value IS 255 (100% from 255) = 59.86%

 BLUE value IS 22 (8.98% from 255) = 5.16%

R = 34.98%
G = 59.86%
B = 5.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#95FF16 (or 0x95FF16) is known color: Spring Bud. HEX triplet: 95, FF and 16. RGB value is (149,255,22). Sum of RGB (Red+Green+Blue) = 149+255+22=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FF16 is #6A00E9. Grayscale: #C5C5C5. Windows color (decimal): -6947050 or 1507221. OLE color: 1507221.

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

Color convert

RGB 149 255 22 -
CMYK 0.42 0 0.91 0
HSL 87.3º 1% 0.54% -
HSV(B) 87.3º 0.91% 1% -
XYZ 48.3 77.97 13.26 -
YUV 196.74 29.38 93.95 -
System Red Green Blue C M Y K H S L
Decimal 149 255 22 0.42 0 0.91 0 87.3 1 0.54
Hex 95 FF 16 2A 0 5B 0 57 64 36
Octal 225 377 26 52 0 133 0 127 144 66
Binary 10010101 11111111 10110 101010 0 1011011 0 1010111 1100100 110110

Color Harmonies of #95FF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FF16

Black with #95FF16

Text Example


Text Example

White with #95FF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,255,22); }

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

background-color css

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

 a { background-color: rgb(149,255,22); }

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

border-color css

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

 span { border-color: rgb(149,255,22); }

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