Html Css Color HEX #B3F210 Inch Worm

📋 copy color: '#B3F210'

red 179 ◦ green 242 ◦ blue 16

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

Shades of Inch Worm #B3F210

Tints of Inch Worm #B3F210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.38%

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

R = 40.96%
G = 55.38%
B = 3.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#B3F210 (or 0xB3F210) is known color: Inch Worm. HEX triplet: B3, F2 and 10. RGB value is (179,242,16). Sum of RGB (Red+Green+Blue) = 179+242+16=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F210 is #4C0DEF. Grayscale: #C6C6C6. Windows color (decimal): -4984304 or 1110707. OLE color: 1110707.

HSL color Cylindrical-coordinate representation of color #B3F210: hue angle of 76.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3F210 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 242 16 -
CMYK 0.26 0 0.93 0.05
HSL 76.73º 0.9% 0.51% -
HSV(B) 76.73º 0.93% 0.95% -
XYZ 50.44 73.13 11.95 -
YUV 197.4 25.63 114.88 -
System Red Green Blue C M Y K H S L
Decimal 179 242 16 0.26 0 0.93 0.05 76.73 0.9 0.51
Hex B3 F2 10 1A 0 5D 5 4D 5A 33
Octal 263 362 20 32 0 135 5 115 132 63
Binary 10110011 11110010 10000 11010 0 1011101 101 1001101 1011010 110011

Color Harmonies of #B3F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F210

Black with #B3F210

Text Example


Text Example

White with #B3F210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F210; }

 p { color: rgb(179,242,16); }

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

background-color css

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

 a { background-color: rgb(179,242,16); }

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

border-color css

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

 span { border-color: rgb(179,242,16); }

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