Html Css Color HEX #96DF05 Inch Worm

📋 copy color: '#96DF05'

red 150 ◦ green 223 ◦ blue 5

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

Shades of Inch Worm #96DF05

Tints of Inch Worm #96DF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.99%

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

R = 39.68%
G = 58.99%
B = 1.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#96DF05 (or 0x96DF05) is known color: Inch Worm. HEX triplet: 96, DF and 05. RGB value is (150,223,5). Sum of RGB (Red+Green+Blue) = 150+223+5=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DF05 is #6920FA. Grayscale: #B1B1B1. Windows color (decimal): -6889723 or 384918. OLE color: 384918.

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

Color convert

RGB 150 223 5 -
CMYK 0.33 0 0.98 0.13
HSL 80.09º 0.96% 0.45% -
HSV(B) 80.09º 0.98% 0.87% -
XYZ 38.99 59.27 9.53 -
YUV 176.32 31.32 109.23 -
System Red Green Blue C M Y K H S L
Decimal 150 223 5 0.33 0 0.98 0.13 80.09 0.96 0.45
Hex 96 DF 5 21 0 62 D 50 60 2D
Octal 226 337 5 41 0 142 15 120 140 55
Binary 10010110 11011111 101 100001 0 1100010 1101 1010000 1100000 101101

Color Harmonies of #96DF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF05

Black with #96DF05

Text Example


Text Example

White with #96DF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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