Html Css Color HEX #B0E019 Inch Worm

📋 copy color: '#B0E019'

red 176 ◦ green 224 ◦ blue 25

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

Shades of Inch Worm #B0E019

Tints of Inch Worm #B0E019

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.71%

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 41.41%
G = 52.71%
B = 5.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#B0E019 (or 0xB0E019) is known color: Inch Worm. HEX triplet: B0, E0 and 19. RGB value is (176,224,25). Sum of RGB (Red+Green+Blue) = 176+224+25=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E019 is #4F1FE6. Grayscale: #BBBBBB. Windows color (decimal): -5185511 or 1695920. OLE color: 1695920.

HSL color Cylindrical-coordinate representation of color #B0E019: hue angle of 74.47º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0E019 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 25 -
CMYK 0.21 0 0.89 0.12
HSL 74.47º 0.8% 0.49% -
HSV(B) 74.47º 0.89% 0.88% -
XYZ 44.74 62.61 10.65 -
YUV 186.96 36.6 120.18 -
System Red Green Blue C M Y K H S L
Decimal 176 224 25 0.21 0 0.89 0.12 74.47 0.8 0.49
Hex B0 E0 19 15 0 59 C 4A 50 31
Octal 260 340 31 25 0 131 14 112 120 61
Binary 10110000 11100000 11001 10101 0 1011001 1100 1001010 1010000 110001

Color Harmonies of #B0E019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E019

Black with #B0E019

Text Example


Text Example

White with #B0E019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E019; }

 p { color: rgb(176,224,25); }

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

background-color css

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

 a { background-color: rgb(176,224,25); }

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

border-color css

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

 span { border-color: rgb(176,224,25); }

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