Html Css Color HEX #8FDB0B Inch Worm

📋 copy color: '#8FDB0B'

red 143 ◦ green 219 ◦ blue 11

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

Shades of Inch Worm #8FDB0B

Tints of Inch Worm #8FDB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.71%

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

R = 38.34%
G = 58.71%
B = 2.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#8FDB0B (or 0x8FDB0B) is known color: Inch Worm. HEX triplet: 8F, DB and 0B. RGB value is (143,219,11). Sum of RGB (Red+Green+Blue) = 143+219+11=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDB0B is #7024F4. Grayscale: #ADADAD. Windows color (decimal): -7349493 or 777103. OLE color: 777103.

HSL color Cylindrical-coordinate representation of color #8FDB0B: hue angle of 81.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FDB0B is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 11 -
CMYK 0.35 0 0.95 0.14
HSL 81.92º 0.9% 0.45% -
HSV(B) 81.92º 0.95% 0.86% -
XYZ 36.72 56.53 9.29 -
YUV 172.56 36.82 106.91 -
System Red Green Blue C M Y K H S L
Decimal 143 219 11 0.35 0 0.95 0.14 81.92 0.9 0.45
Hex 8F DB B 23 0 5F E 52 5A 2D
Octal 217 333 13 43 0 137 16 122 132 55
Binary 10001111 11011011 1011 100011 0 1011111 1110 1010010 1011010 101101

Color Harmonies of #8FDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDB0B

Black with #8FDB0B

Text Example


Text Example

White with #8FDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,219,11); }

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

background-color css

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

 a { background-color: rgb(143,219,11); }

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

border-color css

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

 span { border-color: rgb(143,219,11); }

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