Html Css Color HEX #B0F217 Inch Worm

📋 copy color: '#B0F217'

red 176 ◦ green 242 ◦ blue 23

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

Shades of Inch Worm #B0F217

Tints of Inch Worm #B0F217

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

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

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

R = 39.91%
G = 54.88%
B = 5.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#B0F217 (or 0xB0F217) is known color: Inch Worm. HEX triplet: B0, F2 and 17. RGB value is (176,242,23). Sum of RGB (Red+Green+Blue) = 176+242+23=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F217 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F217 is #4F0DE8. Grayscale: #C6C6C6. Windows color (decimal): -5180905 or 1569456. OLE color: 1569456.

HSL color Cylindrical-coordinate representation of color #B0F217: hue angle of 78.08º 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 #B0F217 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 23 -
CMYK 0.27 0 0.90 0.05
HSL 78.08º 0.89% 0.52% -
HSV(B) 78.08º 0.9% 0.95% -
XYZ 49.81 72.8 12.24 -
YUV 197.3 29.63 112.81 -
System Red Green Blue C M Y K H S L
Decimal 176 242 23 0.27 0 0.90 0.05 78.08 0.89 0.52
Hex B0 F2 17 1B 0 5A 5 4E 59 34
Octal 260 362 27 33 0 132 5 116 131 64
Binary 10110000 11110010 10111 11011 0 1011010 101 1001110 1011001 110100

Color Harmonies of #B0F217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F217

Black with #B0F217

Text Example


Text Example

White with #B0F217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F217; }

 p { color: rgb(176,242,23); }

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

background-color css

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

 a { background-color: rgb(176,242,23); }

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

border-color css

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

 span { border-color: rgb(176,242,23); }

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