Html Css Color HEX #B0D619 Inch Worm

📋 copy color: '#B0D619'

red 176 ◦ green 214 ◦ blue 25

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

Shades of Inch Worm #B0D619

Tints of Inch Worm #B0D619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.57%

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

R = 42.41%
G = 51.57%
B = 6.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#B0D619 (or 0xB0D619) is known color: Inch Worm. HEX triplet: B0, D6 and 19. RGB value is (176,214,25). Sum of RGB (Red+Green+Blue) = 176+214+25=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D619 is #4F29E6. Grayscale: #B5B5B5. Windows color (decimal): -5188071 or 1693360. OLE color: 1693360.

HSL color Cylindrical-coordinate representation of color #B0D619: hue angle of 72.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0D619 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 25 -
CMYK 0.18 0 0.88 0.16
HSL 72.06º 0.79% 0.47% -
HSV(B) 72.06º 0.88% 0.84% -
XYZ 42.13 57.39 9.78 -
YUV 181.09 39.91 124.37 -
System Red Green Blue C M Y K H S L
Decimal 176 214 25 0.18 0 0.88 0.16 72.06 0.79 0.47
Hex B0 D6 19 12 0 58 10 48 4F 2F
Octal 260 326 31 22 0 130 20 110 117 57
Binary 10110000 11010110 11001 10010 0 1011000 10000 1001000 1001111 101111

Color Harmonies of #B0D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D619

Black with #B0D619

Text Example


Text Example

White with #B0D619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D619; }

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

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

background-color css

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

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

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

border-color css

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

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

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