Html Css Color HEX #95E202 Spring Bud

📋 copy color: '#95E202'

red 149 ◦ green 226 ◦ blue 2

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

Shades of Spring Bud #95E202

Tints of Spring Bud #95E202

RGB

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

 GREEN value IS 226 (88.67% from 255) = 59.95%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 39.52%
G = 59.95%
B = 0.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#95E202 (or 0x95E202) is known color: Spring Bud. HEX triplet: 95, E2 and 02. RGB value is (149,226,2). Sum of RGB (Red+Green+Blue) = 149+226+2=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 226 (88.67% from 255 or 59.95% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 226 - color contains mainly: green. Hex color #95E202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95E202 is #6A1DFD. Grayscale: #B2B2B2. Windows color (decimal): -6954494 or 189077. OLE color: 189077.

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

Color convert

RGB 149 226 2 -
CMYK 0.34 0 0.99 0.11
HSL 80.63º 0.98% 0.45% -
HSV(B) 80.63º 0.99% 0.89% -
XYZ 39.6 60.79 9.7 -
YUV 177.44 28.99 107.71 -
System Red Green Blue C M Y K H S L
Decimal 149 226 2 0.34 0 0.99 0.11 80.63 0.98 0.45
Hex 95 E2 2 22 0 63 B 51 62 2D
Octal 225 342 2 42 0 143 13 121 142 55
Binary 10010101 11100010 10 100010 0 1100011 1011 1010001 1100010 101101

Color Harmonies of #95E202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E202

Black with #95E202

Text Example


Text Example

White with #95E202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,226,2); }

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

background-color css

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

 a { background-color: rgb(149,226,2); }

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

border-color css

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

 span { border-color: rgb(149,226,2); }

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