Html Css Color HEX #96E115 Inch Worm

📋 copy color: '#96E115'

red 150 ◦ green 225 ◦ blue 21

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

Shades of Inch Worm #96E115

Tints of Inch Worm #96E115

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.82%

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 37.88%
G = 56.82%
B = 5.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#96E115 (or 0x96E115) is known color: Inch Worm. HEX triplet: 96, E1 and 15. RGB value is (150,225,21). Sum of RGB (Red+Green+Blue) = 150+225+21=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #96E115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E115 is #691EEA. Grayscale: #B4B4B4. Windows color (decimal): -6889195 or 1434006. OLE color: 1434006.

HSL color Cylindrical-coordinate representation of color #96E115: hue angle of 82.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96E115 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 21 -
CMYK 0.33 0 0.91 0.12
HSL 82.06º 0.83% 0.48% -
HSV(B) 82.06º 0.91% 0.88% -
XYZ 39.64 60.39 10.28 -
YUV 179.32 38.65 107.09 -
System Red Green Blue C M Y K H S L
Decimal 150 225 21 0.33 0 0.91 0.12 82.06 0.83 0.48
Hex 96 E1 15 21 0 5B C 52 53 30
Octal 226 341 25 41 0 133 14 122 123 60
Binary 10010110 11100001 10101 100001 0 1011011 1100 1010010 1010011 110000

Color Harmonies of #96E115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E115

Black with #96E115

Text Example


Text Example

White with #96E115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,21); }

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

background-color css

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

 a { background-color: rgb(150,225,21); }

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

border-color css

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

 span { border-color: rgb(150,225,21); }

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