Html Css Color HEX #96DF0B Inch Worm

📋 copy color: '#96DF0B'

red 150 ◦ green 223 ◦ blue 11

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

Shades of Inch Worm #96DF0B

Tints of Inch Worm #96DF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 39.06%
G = 58.07%
B = 2.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#96DF0B (or 0x96DF0B) is known color: Inch Worm. HEX triplet: 96, DF and 0B. RGB value is (150,223,11). Sum of RGB (Red+Green+Blue) = 150+223+11=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DF0B is #6920F4. Grayscale: #B1B1B1. Windows color (decimal): -6889717 or 778134. OLE color: 778134.

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

Color convert

RGB 150 223 11 -
CMYK 0.33 0 0.95 0.13
HSL 80.66º 0.91% 0.46% -
HSV(B) 80.66º 0.95% 0.87% -
XYZ 39.03 59.28 9.7 -
YUV 177.01 34.32 108.74 -
System Red Green Blue C M Y K H S L
Decimal 150 223 11 0.33 0 0.95 0.13 80.66 0.91 0.46
Hex 96 DF B 21 0 5F D 51 5B 2E
Octal 226 337 13 41 0 137 15 121 133 56
Binary 10010110 11011111 1011 100001 0 1011111 1101 1010001 1011011 101110

Color Harmonies of #96DF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF0B

Black with #96DF0B

Text Example


Text Example

White with #96DF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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