Html Css Color HEX #96E005 Inch Worm

📋 copy color: '#96E005'

red 150 ◦ green 224 ◦ blue 5

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

Shades of Inch Worm #96E005

Tints of Inch Worm #96E005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.1%

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

R = 39.58%
G = 59.1%
B = 1.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#96E005 (or 0x96E005) is known color: Inch Worm. HEX triplet: 96, E0 and 05. RGB value is (150,224,5). Sum of RGB (Red+Green+Blue) = 150+224+5=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #96E005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E005 is #691FFA. Grayscale: #B1B1B1. Windows color (decimal): -6889467 or 385174. OLE color: 385174.

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

Color convert

RGB 150 224 5 -
CMYK 0.33 0 0.98 0.12
HSL 80.27º 0.96% 0.45% -
HSV(B) 80.27º 0.98% 0.88% -
XYZ 39.26 59.81 9.62 -
YUV 176.91 30.98 108.81 -
System Red Green Blue C M Y K H S L
Decimal 150 224 5 0.33 0 0.98 0.12 80.27 0.96 0.45
Hex 96 E0 5 21 0 62 C 50 60 2D
Octal 226 340 5 41 0 142 14 120 140 55
Binary 10010110 11100000 101 100001 0 1100010 1100 1010000 1100000 101101

Color Harmonies of #96E005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E005

Black with #96E005

Text Example


Text Example

White with #96E005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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