Html Css Color HEX #93DF16 Inch Worm

📋 copy color: '#93DF16'

red 147 ◦ green 223 ◦ blue 22

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

Shades of Inch Worm #93DF16

Tints of Inch Worm #93DF16

RGB

 RED value IS 147 (57.81% from 255) = 37.5%

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

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 37.5%
G = 56.89%
B = 5.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#93DF16 (or 0x93DF16) is known color: Inch Worm. HEX triplet: 93, DF and 16. RGB value is (147,223,22). Sum of RGB (Red+Green+Blue) = 147+223+22=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DF16 is #6C20E9. Grayscale: #B2B2B2. Windows color (decimal): -7086314 or 1499027. OLE color: 1499027.

HSL color Cylindrical-coordinate representation of color #93DF16: hue angle of 82.69º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93DF16 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 223 22 -
CMYK 0.34 0 0.90 0.13
HSL 82.69º 0.82% 0.48% -
HSV(B) 82.69º 0.9% 0.87% -
XYZ 38.57 59.04 10.12 -
YUV 177.36 40.32 106.34 -
System Red Green Blue C M Y K H S L
Decimal 147 223 22 0.34 0 0.90 0.13 82.69 0.82 0.48
Hex 93 DF 16 22 0 5A D 53 52 30
Octal 223 337 26 42 0 132 15 123 122 60
Binary 10010011 11011111 10110 100010 0 1011010 1101 1010011 1010010 110000

Color Harmonies of #93DF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DF16

Black with #93DF16

Text Example


Text Example

White with #93DF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DF16; }

 p { color: rgb(147,223,22); }

 H1.HeaderClassName
 {
   color: #93DF16;
 }
 .AnyTagClassName
 {
   color: #93DF16;
 }
</style>

background-color css

<style>
 a { background-color: #93DF16; }

 a { background-color: rgb(147,223,22); }

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

border-color css

<style>
 span { border-color: #93DF16; }

 span { border-color: rgb(147,223,22); }

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