Html Css Color HEX #95F502 Spring Bud

📋 copy color: '#95F502'

red 149 ◦ green 245 ◦ blue 2

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

Shades of Spring Bud #95F502

Tints of Spring Bud #95F502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 61.87%

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

R = 37.63%
G = 61.87%
B = 0.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#95F502 (or 0x95F502) is known color: Spring Bud. HEX triplet: 95, F5 and 02. RGB value is (149,245,2). Sum of RGB (Red+Green+Blue) = 149+245+2=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 245 (96.09% from 255 or 61.87% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 245 - color contains mainly: green. Hex color #95F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F502 is #6A0AFD. Grayscale: #BDBDBD. Windows color (decimal): -6949630 or 193941. OLE color: 193941.

HSL color Cylindrical-coordinate representation of color #95F502: hue angle of 83.7º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95F502 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 245 2 -
CMYK 0.39 0 0.99 0.04
HSL 83.7º 0.98% 0.48% -
HSV(B) 83.7º 0.99% 0.96% -
XYZ 45.06 71.7 11.52 -
YUV 188.59 22.7 99.76 -
System Red Green Blue C M Y K H S L
Decimal 149 245 2 0.39 0 0.99 0.04 83.7 0.98 0.48
Hex 95 F5 2 27 0 63 4 54 62 30
Octal 225 365 2 47 0 143 4 124 142 60
Binary 10010101 11110101 10 100111 0 1100011 100 1010100 1100010 110000

Color Harmonies of #95F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F502

Black with #95F502

Text Example


Text Example

White with #95F502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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