Html Css Color HEX #B2F117 Inch Worm

📋 copy color: '#B2F117'

red 178 ◦ green 241 ◦ blue 23

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

Shades of Inch Worm #B2F117

Tints of Inch Worm #B2F117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.2%

R = 40.27%
G = 54.52%
B = 5.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#B2F117 (or 0xB2F117) is known color: Inch Worm. HEX triplet: B2, F1 and 17. RGB value is (178,241,23). Sum of RGB (Red+Green+Blue) = 178+241+23=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F117 is #4D0EE8. Grayscale: #C6C6C6. Windows color (decimal): -5050089 or 1569202. OLE color: 1569202.

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

Color convert

RGB 178 241 23 -
CMYK 0.26 0 0.90 0.05
HSL 77.34º 0.89% 0.52% -
HSV(B) 77.34º 0.9% 0.95% -
XYZ 49.97 72.44 12.16 -
YUV 197.31 29.63 114.23 -
System Red Green Blue C M Y K H S L
Decimal 178 241 23 0.26 0 0.90 0.05 77.34 0.89 0.52
Hex B2 F1 17 1A 0 5A 5 4D 59 34
Octal 262 361 27 32 0 132 5 115 131 64
Binary 10110010 11110001 10111 11010 0 1011010 101 1001101 1011001 110100

Color Harmonies of #B2F117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F117

Black with #B2F117

Text Example


Text Example

White with #B2F117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F117; }

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

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

background-color css

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

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

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

border-color css

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

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

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