Html Css Color HEX #96E504 Spring Bud

📋 copy color: '#96E504'

red 150 ◦ green 229 ◦ blue 4

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

Shades of Spring Bud #96E504

Tints of Spring Bud #96E504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.79%

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

R = 39.16%
G = 59.79%
B = 1.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#96E504 (or 0x96E504) is known color: Spring Bud. HEX triplet: 96, E5 and 04. RGB value is (150,229,4). Sum of RGB (Red+Green+Blue) = 150+229+4=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 229 (89.84% from 255 or 59.79% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 229 - color contains mainly: green. Hex color #96E504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E504 is #691AFB. Grayscale: #B4B4B4. Windows color (decimal): -6888188 or 320918. OLE color: 320918.

HSL color Cylindrical-coordinate representation of color #96E504: hue angle of 81.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96E504 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 4 -
CMYK 0.34 0 0.98 0.10
HSL 81.07º 0.97% 0.46% -
HSV(B) 81.07º 0.98% 0.9% -
XYZ 40.62 62.53 10.04 -
YUV 179.73 28.83 106.8 -
System Red Green Blue C M Y K H S L
Decimal 150 229 4 0.34 0 0.98 0.10 81.07 0.97 0.46
Hex 96 E5 4 22 0 62 A 51 61 2E
Octal 226 345 4 42 0 142 12 121 141 56
Binary 10010110 11100101 100 100010 0 1100010 1010 1010001 1100001 101110

Color Harmonies of #96E504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E504

Black with #96E504

Text Example


Text Example

White with #96E504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,4); }

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

background-color css

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

 a { background-color: rgb(150,229,4); }

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

border-color css

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

 span { border-color: rgb(150,229,4); }

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