Html Css Color HEX #95E304 Spring Bud

📋 copy color: '#95E304'

red 149 ◦ green 227 ◦ blue 4

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

Shades of Spring Bud #95E304

Tints of Spring Bud #95E304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 59.74%

 BLUE value IS 4 (1.95% from 255) = 1.05%

R = 39.21%
G = 59.74%
B = 1.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#95E304 (or 0x95E304) is known color: Spring Bud. HEX triplet: 95, E3 and 04. RGB value is (149,227,4). Sum of RGB (Red+Green+Blue) = 149+227+4=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #95E304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95E304 is #6A1CFB. Grayscale: #B3B3B3. Windows color (decimal): -6954236 or 320405. OLE color: 320405.

HSL color Cylindrical-coordinate representation of color #95E304: hue angle of 80.99º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95E304 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 227 4 -
CMYK 0.34 0 0.98 0.11
HSL 80.99º 0.97% 0.45% -
HSV(B) 80.99º 0.98% 0.89% -
XYZ 39.89 61.34 9.85 -
YUV 178.26 29.66 107.13 -
System Red Green Blue C M Y K H S L
Decimal 149 227 4 0.34 0 0.98 0.11 80.99 0.97 0.45
Hex 95 E3 4 22 0 62 B 51 61 2D
Octal 225 343 4 42 0 142 13 121 141 55
Binary 10010101 11100011 100 100010 0 1100010 1011 1010001 1100001 101101

Color Harmonies of #95E304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E304

Black with #95E304

Text Example


Text Example

White with #95E304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,4); }

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

background-color css

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

 a { background-color: rgb(149,227,4); }

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

border-color css

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

 span { border-color: rgb(149,227,4); }

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