Html Css Color HEX #96E706 Spring Bud

📋 copy color: '#96E706'

red 150 ◦ green 231 ◦ blue 6

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

Shades of Spring Bud #96E706

Tints of Spring Bud #96E706

RGB

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

 GREEN value IS 231 (90.63% from 255) = 59.69%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 38.76%
G = 59.69%
B = 1.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#96E706 (or 0x96E706) is known color: Spring Bud. HEX triplet: 96, E7 and 06. RGB value is (150,231,6). Sum of RGB (Red+Green+Blue) = 150+231+6=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 231 (90.62% from 255 or 59.69% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 231 - color contains mainly: green. Hex color #96E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E706 is #6918F9. Grayscale: #B5B5B5. Windows color (decimal): -6887674 or 452502. OLE color: 452502.

HSL color Cylindrical-coordinate representation of color #96E706: hue angle of 81.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96E706 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 231 6 -
CMYK 0.35 0 0.97 0.09
HSL 81.6º 0.95% 0.46% -
HSV(B) 81.6º 0.97% 0.91% -
XYZ 41.19 63.65 10.29 -
YUV 181.13 29.16 105.8 -
System Red Green Blue C M Y K H S L
Decimal 150 231 6 0.35 0 0.97 0.09 81.6 0.95 0.46
Hex 96 E7 6 23 0 61 9 52 5F 2E
Octal 226 347 6 43 0 141 11 122 137 56
Binary 10010110 11100111 110 100011 0 1100001 1001 1010010 1011111 101110

Color Harmonies of #96E706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E706

Black with #96E706

Text Example


Text Example

White with #96E706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,231,6); }

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

background-color css

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

 a { background-color: rgb(150,231,6); }

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

border-color css

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

 span { border-color: rgb(150,231,6); }

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