Html Css Color HEX #8FDD10 Inch Worm

📋 copy color: '#8FDD10'

red 143 ◦ green 221 ◦ blue 16

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

Shades of Inch Worm #8FDD10

Tints of Inch Worm #8FDD10

RGB

 RED value IS 143 (56.25% from 255) = 37.63%

 GREEN value IS 221 (86.72% from 255) = 58.16%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 37.63%
G = 58.16%
B = 4.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#8FDD10 (or 0x8FDD10) is known color: Inch Worm. HEX triplet: 8F, DD and 10. RGB value is (143,221,16). Sum of RGB (Red+Green+Blue) = 143+221+16=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDD10 is #7022EF. Grayscale: #AFAFAF. Windows color (decimal): -7348976 or 1105295. OLE color: 1105295.

HSL color Cylindrical-coordinate representation of color #8FDD10: hue angle of 82.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FDD10 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 16 -
CMYK 0.35 0 0.93 0.13
HSL 82.83º 0.86% 0.46% -
HSV(B) 82.83º 0.93% 0.87% -
XYZ 37.28 57.59 9.64 -
YUV 174.31 38.66 105.67 -
System Red Green Blue C M Y K H S L
Decimal 143 221 16 0.35 0 0.93 0.13 82.83 0.86 0.46
Hex 8F DD 10 23 0 5D D 53 56 2E
Octal 217 335 20 43 0 135 15 123 126 56
Binary 10001111 11011101 10000 100011 0 1011101 1101 1010011 1010110 101110

Color Harmonies of #8FDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD10

Black with #8FDD10

Text Example


Text Example

White with #8FDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDD10; }

 p { color: rgb(143,221,16); }

 H1.HeaderClassName
 {
   color: #8FDD10;
 }
 .AnyTagClassName
 {
   color: #8FDD10;
 }
</style>

background-color css

<style>
 a { background-color: #8FDD10; }

 a { background-color: rgb(143,221,16); }

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

border-color css

<style>
 span { border-color: #8FDD10; }

 span { border-color: rgb(143,221,16); }

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