Html Css Color HEX #B0E628 Inch Worm

📋 copy color: '#B0E628'

red 176 ◦ green 230 ◦ blue 40

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

Shades of Inch Worm #B0E628

Tints of Inch Worm #B0E628

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.57%

 BLUE value IS 40 (16.02% from 255) = 8.97%

R = 39.46%
G = 51.57%
B = 8.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#B0E628 (or 0xB0E628) is known color: Inch Worm. HEX triplet: B0, E6 and 28. RGB value is (176,230,40). Sum of RGB (Red+Green+Blue) = 176+230+40=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E628 is #4F19D7. Grayscale: #C0C0C0. Windows color (decimal): -5183960 or 2680496. OLE color: 2680496.

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

Color convert

RGB 176 230 40 -
CMYK 0.23 0 0.83 0.10
HSL 77.05º 0.79% 0.53% -
HSV(B) 77.05º 0.83% 0.9% -
XYZ 46.58 65.98 12.29 -
YUV 192.19 42.11 116.45 -
System Red Green Blue C M Y K H S L
Decimal 176 230 40 0.23 0 0.83 0.10 77.05 0.79 0.53
Hex B0 E6 28 17 0 53 A 4D 4F 35
Octal 260 346 50 27 0 123 12 115 117 65
Binary 10110000 11100110 101000 10111 0 1010011 1010 1001101 1001111 110101

Color Harmonies of #B0E628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E628

Black with #B0E628

Text Example


Text Example

White with #B0E628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E628; }

 p { color: rgb(176,230,40); }

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

background-color css

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

 a { background-color: rgb(176,230,40); }

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

border-color css

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

 span { border-color: rgb(176,230,40); }

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