Html Css Color HEX #B3F50E Inch Worm

📋 copy color: '#B3F50E'

red 179 ◦ green 245 ◦ blue 14

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

Shades of Inch Worm #B3F50E

Tints of Inch Worm #B3F50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 40.87%
G = 55.94%
B = 3.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#B3F50E (or 0xB3F50E) is known color: Inch Worm. HEX triplet: B3, F5 and 0E. RGB value is (179,245,14). Sum of RGB (Red+Green+Blue) = 179+245+14=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F50E is #4C0AF1. Grayscale: #C7C7C7. Windows color (decimal): -4983538 or 980403. OLE color: 980403.

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

Color convert

RGB 179 245 14 -
CMYK 0.27 0 0.94 0.04
HSL 77.14º 0.92% 0.51% -
HSV(B) 77.14º 0.94% 0.96% -
XYZ 51.32 74.92 12.17 -
YUV 198.93 23.63 113.78 -
System Red Green Blue C M Y K H S L
Decimal 179 245 14 0.27 0 0.94 0.04 77.14 0.92 0.51
Hex B3 F5 E 1B 0 5E 4 4D 5C 33
Octal 263 365 16 33 0 136 4 115 134 63
Binary 10110011 11110101 1110 11011 0 1011110 100 1001101 1011100 110011

Color Harmonies of #B3F50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F50E

Black with #B3F50E

Text Example


Text Example

White with #B3F50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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