#B5F716

Color #B5F716 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B5F716

Tints of Inch Worm #B5F716

Color information

#B5F716 (or 0xB5F716) is unknown color: approx Inch Worm. HEX triplet: B5, F7 and 16. RGB value is (181,247,22). Sum of RGB (Red+Green+Blue) = 181+247+22=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F716 is #4A08E9. Grayscale: #CACACA. Windows color (decimal): -4851946 or 1505205. OLE color: 1505205.

HSL color Cylindrical-coordinate representation of color #B5F716: hue angle of 77.6º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5F716 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB18124722-
CMYK0.2700.910.03
HSL77.6º93.36%52.75%-
HSV(B)77.6º91.09%96.86%-
XYZ52.4676.412.74-
YUV201.6226.63113.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 247 (96.88% from 255) = 54.89%
BLUE value IS 22 (8.98% from 255) = 4.89%
R=40.22%
G=54.89%
B=4.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal181247220.2700.910.0377.693.3652.75
HexB5F7161B05B34e5d35
Octal26536726330133311613565
Binary10110101111101111011011011010110111110011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F716; }

 p { color: rgb(181,247,22); }

 H1.HeaderClassName
 {
   color: #B5F716;
 }
 .AnyTagClassName
 {
   color: #B5F716;
 }
</style>
background-color css

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

 a { background-color: rgb(181,247,22); }

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

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

 span { border-color: rgb(181,247,22); }

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