Html Css Color HEX #96DF03 Inch Worm

📋 copy color: '#96DF03'

red 150 ◦ green 223 ◦ blue 3

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

Shades of Inch Worm #96DF03

Tints of Inch Worm #96DF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 39.89%
G = 59.31%
B = 0.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#96DF03 (or 0x96DF03) is known color: Inch Worm. HEX triplet: 96, DF and 03. RGB value is (150,223,3). Sum of RGB (Red+Green+Blue) = 150+223+3=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DF03 is #6920FC. Grayscale: #B0B0B0. Windows color (decimal): -6889725 or 253846. OLE color: 253846.

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

Color convert

RGB 150 223 3 -
CMYK 0.33 0 0.99 0.13
HSL 79.91º 0.97% 0.44% -
HSV(B) 79.91º 0.99% 0.87% -
XYZ 38.98 59.27 9.47 -
YUV 176.09 30.32 109.39 -
System Red Green Blue C M Y K H S L
Decimal 150 223 3 0.33 0 0.99 0.13 79.91 0.97 0.44
Hex 96 DF 3 21 0 63 D 50 61 2C
Octal 226 337 3 41 0 143 15 120 141 54
Binary 10010110 11011111 11 100001 0 1100011 1101 1010000 1100001 101100

Color Harmonies of #96DF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF03

Black with #96DF03

Text Example


Text Example

White with #96DF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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