Html Css Color HEX #B0D615 Inch Worm

📋 copy color: '#B0D615'

red 176 ◦ green 214 ◦ blue 21

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

Shades of Inch Worm #B0D615

Tints of Inch Worm #B0D615

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

 GREEN value IS 214 (83.98% from 255) = 52.07%

 BLUE value IS 21 (8.59% from 255) = 5.11%

R = 42.82%
G = 52.07%
B = 5.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#B0D615 (or 0xB0D615) is known color: Inch Worm. HEX triplet: B0, D6 and 15. RGB value is (176,214,21). Sum of RGB (Red+Green+Blue) = 176+214+21=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D615 is #4F29EA. Grayscale: #B5B5B5. Windows color (decimal): -5188075 or 1431216. OLE color: 1431216.

HSL color Cylindrical-coordinate representation of color #B0D615: hue angle of 71.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0D615 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 21 -
CMYK 0.18 0 0.90 0.16
HSL 71.81º 0.82% 0.46% -
HSV(B) 71.81º 0.9% 0.84% -
XYZ 42.09 57.38 9.57 -
YUV 180.64 37.91 124.69 -
System Red Green Blue C M Y K H S L
Decimal 176 214 21 0.18 0 0.90 0.16 71.81 0.82 0.46
Hex B0 D6 15 12 0 5A 10 48 52 2E
Octal 260 326 25 22 0 132 20 110 122 56
Binary 10110000 11010110 10101 10010 0 1011010 10000 1001000 1010010 101110

Color Harmonies of #B0D615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D615

Black with #B0D615

Text Example


Text Example

White with #B0D615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D615; }

 p { color: rgb(176,214,21); }

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

background-color css

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

 a { background-color: rgb(176,214,21); }

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

border-color css

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

 span { border-color: rgb(176,214,21); }

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