Html Css Color HEX #96E905 Spring Bud

📋 copy color: '#96E905'

red 150 ◦ green 233 ◦ blue 5

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

Shades of Spring Bud #96E905

Tints of Spring Bud #96E905

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.05%

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 38.66%
G = 60.05%
B = 1.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#96E905 (or 0x96E905) is known color: Spring Bud. HEX triplet: 96, E9 and 05. RGB value is (150,233,5). Sum of RGB (Red+Green+Blue) = 150+233+5=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 233 (91.41% from 255 or 60.05% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 233 - color contains mainly: green. Hex color #96E905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E905 is #6916FA. Grayscale: #B7B7B7. Windows color (decimal): -6887163 or 387478. OLE color: 387478.

HSL color Cylindrical-coordinate representation of color #96E905: hue angle of 81.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96E905 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 5 -
CMYK 0.36 0 0.98 0.09
HSL 81.84º 0.96% 0.47% -
HSV(B) 81.84º 0.98% 0.91% -
XYZ 41.74 64.77 10.45 -
YUV 182.19 28 105.04 -
System Red Green Blue C M Y K H S L
Decimal 150 233 5 0.36 0 0.98 0.09 81.84 0.96 0.47
Hex 96 E9 5 24 0 62 9 52 60 2F
Octal 226 351 5 44 0 142 11 122 140 57
Binary 10010110 11101001 101 100100 0 1100010 1001 1010010 1100000 101111

Color Harmonies of #96E905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E905

Black with #96E905

Text Example


Text Example

White with #96E905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,5); }

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

background-color css

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

 a { background-color: rgb(150,233,5); }

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

border-color css

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

 span { border-color: rgb(150,233,5); }

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