Html Css Color HEX #95E908 Spring Bud

📋 copy color: '#95E908'

red 149 ◦ green 233 ◦ blue 8

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

Shades of Spring Bud #95E908

Tints of Spring Bud #95E908

RGB

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

 GREEN value IS 233 (91.41% from 255) = 59.74%

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 38.21%
G = 59.74%
B = 2.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#95E908 (or 0x95E908) is known color: Spring Bud. HEX triplet: 95, E9 and 08. RGB value is (149,233,8). Sum of RGB (Red+Green+Blue) = 149+233+8=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 233 (91.41% from 255 or 59.74% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 233 - color contains mainly: green. Hex color #95E908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E908 is #6A16F7. Grayscale: #B7B7B7. Windows color (decimal): -6952696 or 584085. OLE color: 584085.

HSL color Cylindrical-coordinate representation of color #95E908: hue angle of 82.4º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95E908 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 233 8 -
CMYK 0.36 0 0.97 0.09
HSL 82.4º 0.93% 0.47% -
HSV(B) 82.4º 0.97% 0.91% -
XYZ 41.58 64.68 10.52 -
YUV 182.23 29.67 104.3 -
System Red Green Blue C M Y K H S L
Decimal 149 233 8 0.36 0 0.97 0.09 82.4 0.93 0.47
Hex 95 E9 8 24 0 61 9 52 5D 2F
Octal 225 351 10 44 0 141 11 122 135 57
Binary 10010101 11101001 1000 100100 0 1100001 1001 1010010 1011101 101111

Color Harmonies of #95E908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E908

Black with #95E908

Text Example


Text Example

White with #95E908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,233,8); }

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

background-color css

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

 a { background-color: rgb(149,233,8); }

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

border-color css

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

 span { border-color: rgb(149,233,8); }

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