Html Css Color HEX #95F117 Spring Bud

📋 copy color: '#95F117'

red 149 ◦ green 241 ◦ blue 23

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

Shades of Spring Bud #95F117

Tints of Spring Bud #95F117

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.35%

 BLUE value IS 23 (9.38% from 255) = 5.57%

R = 36.08%
G = 58.35%
B = 5.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#95F117 (or 0x95F117) is known color: Spring Bud. HEX triplet: 95, F1 and 17. RGB value is (149,241,23). Sum of RGB (Red+Green+Blue) = 149+241+23=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #95F117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F117 is #6A0EE8. Grayscale: #BDBDBD. Windows color (decimal): -6950633 or 1569173. OLE color: 1569173.

HSL color Cylindrical-coordinate representation of color #95F117: hue angle of 85.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95F117 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 241 23 -
CMYK 0.38 0 0.90 0.05
HSL 85.32º 0.89% 0.52% -
HSV(B) 85.32º 0.9% 0.95% -
XYZ 44 69.36 11.88 -
YUV 188.64 34.52 99.73 -
System Red Green Blue C M Y K H S L
Decimal 149 241 23 0.38 0 0.90 0.05 85.32 0.89 0.52
Hex 95 F1 17 26 0 5A 5 55 59 34
Octal 225 361 27 46 0 132 5 125 131 64
Binary 10010101 11110001 10111 100110 0 1011010 101 1010101 1011001 110100

Color Harmonies of #95F117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F117

Black with #95F117

Text Example


Text Example

White with #95F117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,241,23); }

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

background-color css

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

 a { background-color: rgb(149,241,23); }

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

border-color css

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

 span { border-color: rgb(149,241,23); }

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