Html Css Color HEX #96E680 Granny Smith Apple

📋 copy color: '#96E680'

red 150 ◦ green 230 ◦ blue 128

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

Shades of Granny Smith Apple #96E680

Tints of Granny Smith Apple #96E680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.28%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 29.53%
G = 45.28%
B = 25.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#96E680 (or 0x96E680) is known color: Granny Smith Apple. HEX triplet: 96, E6 and 80. RGB value is (150,230,128). Sum of RGB (Red+Green+Blue) = 150+230+128=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #96E680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E680 is #69197F. Grayscale: #C2C2C2. Windows color (decimal): -6887808 or 8447638. OLE color: 8447638.

HSL color Cylindrical-coordinate representation of color #96E680: hue angle of 107.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96E680 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 128 -
CMYK 0.35 0 0.44 0.10
HSL 107.06º 0.67% 0.7% -
HSV(B) 107.06º 0.44% 0.9% -
XYZ 44.77 64.64 30.54 -
YUV 194.45 90.5 96.29 -
System Red Green Blue C M Y K H S L
Decimal 150 230 128 0.35 0 0.44 0.10 107.06 0.67 0.7
Hex 96 E6 80 23 0 2C A 6B 43 46
Octal 226 346 200 43 0 54 12 153 103 106
Binary 10010110 11100110 10000000 100011 0 101100 1010 1101011 1000011 1000110

Color Harmonies of #96E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E680

Black with #96E680

Text Example


Text Example

White with #96E680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,230,128); }

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

background-color css

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

 a { background-color: rgb(150,230,128); }

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

border-color css

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

 span { border-color: rgb(150,230,128); }

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