Html Css Color HEX #B2F114 Inch Worm

📋 copy color: '#B2F114'

red 178 ◦ green 241 ◦ blue 20

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

Shades of Inch Worm #B2F114

Tints of Inch Worm #B2F114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.9%

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 40.55%
G = 54.9%
B = 4.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#B2F114 (or 0xB2F114) is known color: Inch Worm. HEX triplet: B2, F1 and 14. RGB value is (178,241,20). Sum of RGB (Red+Green+Blue) = 178+241+20=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F114 is #4D0EEB. Grayscale: #C5C5C5. Windows color (decimal): -5050092 or 1372594. OLE color: 1372594.

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

Color convert

RGB 178 241 20 -
CMYK 0.26 0 0.92 0.05
HSL 77.1º 0.89% 0.51% -
HSV(B) 77.1º 0.92% 0.95% -
XYZ 49.94 72.43 12.01 -
YUV 196.97 28.13 114.47 -
System Red Green Blue C M Y K H S L
Decimal 178 241 20 0.26 0 0.92 0.05 77.1 0.89 0.51
Hex B2 F1 14 1A 0 5C 5 4D 59 33
Octal 262 361 24 32 0 134 5 115 131 63
Binary 10110010 11110001 10100 11010 0 1011100 101 1001101 1011001 110011

Color Harmonies of #B2F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F114

Black with #B2F114

Text Example


Text Example

White with #B2F114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F114; }

 p { color: rgb(178,241,20); }

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

background-color css

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

 a { background-color: rgb(178,241,20); }

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

border-color css

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

 span { border-color: rgb(178,241,20); }

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