Html Css Color HEX #B3F516 Inch Worm

📋 copy color: '#B3F516'

red 179 ◦ green 245 ◦ blue 22

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

Shades of Inch Worm #B3F516

Tints of Inch Worm #B3F516

RGB

 RED value IS 179 (70.31% from 255) = 40.13%

 GREEN value IS 245 (96.09% from 255) = 54.93%

 BLUE value IS 22 (8.98% from 255) = 4.93%

R = 40.13%
G = 54.93%
B = 4.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#B3F516 (or 0xB3F516) is known color: Inch Worm. HEX triplet: B3, F5 and 16. RGB value is (179,245,22). Sum of RGB (Red+Green+Blue) = 179+245+22=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F516 is #4C0AE9. Grayscale: #C8C8C8. Windows color (decimal): -4983530 or 1504691. OLE color: 1504691.

HSL color Cylindrical-coordinate representation of color #B3F516: hue angle of 77.76º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3F516 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 245 22 -
CMYK 0.27 0 0.91 0.04
HSL 77.76º 0.92% 0.52% -
HSV(B) 77.76º 0.91% 0.96% -
XYZ 51.39 74.95 12.52 -
YUV 199.84 27.63 113.13 -
System Red Green Blue C M Y K H S L
Decimal 179 245 22 0.27 0 0.91 0.04 77.76 0.92 0.52
Hex B3 F5 16 1B 0 5B 4 4E 5C 34
Octal 263 365 26 33 0 133 4 116 134 64
Binary 10110011 11110101 10110 11011 0 1011011 100 1001110 1011100 110100

Color Harmonies of #B3F516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F516

Black with #B3F516

Text Example


Text Example

White with #B3F516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F516; }

 p { color: rgb(179,245,22); }

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

background-color css

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

 a { background-color: rgb(179,245,22); }

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

border-color css

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

 span { border-color: rgb(179,245,22); }

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