Html Css Color HEX #B0E503 Inch Worm

📋 copy color: '#B0E503'

red 176 ◦ green 229 ◦ blue 3

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

Shades of Inch Worm #B0E503

Tints of Inch Worm #B0E503

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.13%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 43.14%
G = 56.13%
B = 0.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#B0E503 (or 0xB0E503) is known color: Inch Worm. HEX triplet: B0, E5 and 03. RGB value is (176,229,3). Sum of RGB (Red+Green+Blue) = 176+229+3=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 229 (89.84% from 255 or 56.13% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E503 is #4F1AFC. Grayscale: #BCBCBC. Windows color (decimal): -5184253 or 255408. OLE color: 255408.

HSL color Cylindrical-coordinate representation of color #B0E503: hue angle of 74.07º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0E503 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 3 -
CMYK 0.23 0 0.99 0.10
HSL 74.07º 0.97% 0.45% -
HSV(B) 74.07º 0.99% 0.9% -
XYZ 45.94 65.28 10.26 -
YUV 187.39 23.94 119.88 -
System Red Green Blue C M Y K H S L
Decimal 176 229 3 0.23 0 0.99 0.10 74.07 0.97 0.45
Hex B0 E5 3 17 0 63 A 4A 61 2D
Octal 260 345 3 27 0 143 12 112 141 55
Binary 10110000 11100101 11 10111 0 1100011 1010 1001010 1100001 101101

Color Harmonies of #B0E503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E503

Black with #B0E503

Text Example


Text Example

White with #B0E503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E503; }

 p { color: rgb(176,229,3); }

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

background-color css

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

 a { background-color: rgb(176,229,3); }

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

border-color css

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

 span { border-color: rgb(176,229,3); }

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