Html Css Color HEX #B7DC10 Inch Worm

📋 copy color: '#B7DC10'

red 183 ◦ green 220 ◦ blue 16

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

Shades of Inch Worm #B7DC10

Tints of Inch Worm #B7DC10

RGB

 RED value IS 183 (71.88% from 255) = 43.68%

 GREEN value IS 220 (86.33% from 255) = 52.51%

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

R = 43.68%
G = 52.51%
B = 3.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#B7DC10 (or 0xB7DC10) is known color: Inch Worm. HEX triplet: B7, DC and 10. RGB value is (183,220,16). Sum of RGB (Red+Green+Blue) = 183+220+16=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DC10 is #4823EF. Grayscale: #BABABA. Windows color (decimal): -4727792 or 1105079. OLE color: 1105079.

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

Color convert

RGB 183 220 16 -
CMYK 0.17 0 0.93 0.14
HSL 70.88º 0.86% 0.46% -
HSV(B) 70.88º 0.93% 0.86% -
XYZ 45.22 61.29 9.94 -
YUV 185.68 32.24 126.09 -
System Red Green Blue C M Y K H S L
Decimal 183 220 16 0.17 0 0.93 0.14 70.88 0.86 0.46
Hex B7 DC 10 11 0 5D E 47 56 2E
Octal 267 334 20 21 0 135 16 107 126 56
Binary 10110111 11011100 10000 10001 0 1011101 1110 1000111 1010110 101110

Color Harmonies of #B7DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DC10

Black with #B7DC10

Text Example


Text Example

White with #B7DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DC10; }

 p { color: rgb(183,220,16); }

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

background-color css

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

 a { background-color: rgb(183,220,16); }

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

border-color css

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

 span { border-color: rgb(183,220,16); }

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