Html Css Color HEX #95F311 Spring Bud

📋 copy color: '#95F311'

red 149 ◦ green 243 ◦ blue 17

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

Shades of Spring Bud #95F311

Tints of Spring Bud #95F311

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.41%

 BLUE value IS 17 (7.03% from 255) = 4.16%

R = 36.43%
G = 59.41%
B = 4.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#95F311 (or 0x95F311) is known color: Spring Bud. HEX triplet: 95, F3 and 11. RGB value is (149,243,17). Sum of RGB (Red+Green+Blue) = 149+243+17=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #95F311 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F311 is #6A0CEE. Grayscale: #BDBDBD. Windows color (decimal): -6950127 or 1176469. OLE color: 1176469.

HSL color Cylindrical-coordinate representation of color #95F311: hue angle of 84.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95F311 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 243 17 -
CMYK 0.39 0 0.93 0.05
HSL 84.96º 0.9% 0.51% -
HSV(B) 84.96º 0.93% 0.95% -
XYZ 44.55 70.53 11.8 -
YUV 189.13 30.86 99.38 -
System Red Green Blue C M Y K H S L
Decimal 149 243 17 0.39 0 0.93 0.05 84.96 0.9 0.51
Hex 95 F3 11 27 0 5D 5 55 5A 33
Octal 225 363 21 47 0 135 5 125 132 63
Binary 10010101 11110011 10001 100111 0 1011101 101 1010101 1011010 110011

Color Harmonies of #95F311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F311

Black with #95F311

Text Example


Text Example

White with #95F311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,243,17); }

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

background-color css

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

 a { background-color: rgb(149,243,17); }

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

border-color css

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

 span { border-color: rgb(149,243,17); }

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