Html Css Color HEX #96F502 Spring Bud

📋 copy color: '#96F502'

red 150 ◦ green 245 ◦ blue 2

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

Shades of Spring Bud #96F502

Tints of Spring Bud #96F502

RGB

 RED value IS 150 (58.98% from 255) = 37.78%

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

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

R = 37.78%
G = 61.71%
B = 0.5%

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

#96F502 (or 0x96F502) is known color: Spring Bud. HEX triplet: 96, F5 and 02. RGB value is (150,245,2). Sum of RGB (Red+Green+Blue) = 150+245+2=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 245 (96.09% from 255 or 61.71% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 245 - color contains mainly: green. Hex color #96F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F502 is #690AFD. Grayscale: #BDBDBD. Windows color (decimal): -6884094 or 193942. OLE color: 193942.

HSL color Cylindrical-coordinate representation of color #96F502: hue angle of 83.46º 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 #96F502 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 245 2 -
CMYK 0.39 0 0.99 0.04
HSL 83.46º 0.98% 0.48% -
HSV(B) 83.46º 0.99% 0.96% -
XYZ 45.24 71.79 11.53 -
YUV 188.89 22.53 100.26 -
System Red Green Blue C M Y K H S L
Decimal 150 245 2 0.39 0 0.99 0.04 83.46 0.98 0.48
Hex 96 F5 2 27 0 63 4 53 62 30
Octal 226 365 2 47 0 143 4 123 142 60
Binary 10010110 11110101 10 100111 0 1100011 100 1010011 1100010 110000

Color Harmonies of #96F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F502

Black with #96F502

Text Example


Text Example

White with #96F502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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