Html Css Color HEX #B2F610 Inch Worm

📋 copy color: '#B2F610'

red 178 ◦ green 246 ◦ blue 16

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

Shades of Inch Worm #B2F610

Tints of Inch Worm #B2F610

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

 GREEN value IS 246 (96.48% from 255) = 55.91%

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

R = 40.45%
G = 55.91%
B = 3.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#B2F610 (or 0xB2F610) is known color: Inch Worm. HEX triplet: B2, F6 and 10. RGB value is (178,246,16). Sum of RGB (Red+Green+Blue) = 178+246+16=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 246 (96.48% from 255 or 55.91% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F610 is #4D09EF. Grayscale: #C8C8C8. Windows color (decimal): -5048816 or 1111730. OLE color: 1111730.

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

Color convert

RGB 178 246 16 -
CMYK 0.28 0 0.93 0.04
HSL 77.74º 0.93% 0.51% -
HSV(B) 77.74º 0.93% 0.96% -
XYZ 51.41 75.41 12.34 -
YUV 199.45 24.47 112.7 -
System Red Green Blue C M Y K H S L
Decimal 178 246 16 0.28 0 0.93 0.04 77.74 0.93 0.51
Hex B2 F6 10 1C 0 5D 4 4E 5D 33
Octal 262 366 20 34 0 135 4 116 135 63
Binary 10110010 11110110 10000 11100 0 1011101 100 1001110 1011101 110011

Color Harmonies of #B2F610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F610

Black with #B2F610

Text Example


Text Example

White with #B2F610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F610; }

 p { color: rgb(178,246,16); }

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

background-color css

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

 a { background-color: rgb(178,246,16); }

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

border-color css

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

 span { border-color: rgb(178,246,16); }

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