Html Css Color HEX #95FF12 Spring Bud

📋 copy color: '#95FF12'

red 149 ◦ green 255 ◦ blue 18

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

Shades of Spring Bud #95FF12

Tints of Spring Bud #95FF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.27%

R = 35.31%
G = 60.43%
B = 4.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#95FF12 (or 0x95FF12) is known color: Spring Bud. HEX triplet: 95, FF and 12. RGB value is (149,255,18). Sum of RGB (Red+Green+Blue) = 149+255+18=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FF12 is #6A00ED. Grayscale: #C5C5C5. Windows color (decimal): -6947054 or 1245077. OLE color: 1245077.

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

Color convert

RGB 149 255 18 -
CMYK 0.42 0 0.93 0
HSL 86.84º 1% 0.54% -
HSV(B) 86.84º 0.93% 1% -
XYZ 48.26 77.95 13.07 -
YUV 196.29 27.38 94.27 -
System Red Green Blue C M Y K H S L
Decimal 149 255 18 0.42 0 0.93 0 86.84 1 0.54
Hex 95 FF 12 2A 0 5D 0 57 64 36
Octal 225 377 22 52 0 135 0 127 144 66
Binary 10010101 11111111 10010 101010 0 1011101 0 1010111 1100100 110110

Color Harmonies of #95FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FF12

Black with #95FF12

Text Example


Text Example

White with #95FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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