Html Css Color HEX #B2D619 Inch Worm

📋 copy color: '#B2D619'

red 178 ◦ green 214 ◦ blue 25

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

Shades of Inch Worm #B2D619

Tints of Inch Worm #B2D619

RGB

 RED value IS 178 (69.92% from 255) = 42.69%

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

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

R = 42.69%
G = 51.32%
B = 6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#B2D619 (or 0xB2D619) is known color: Inch Worm. HEX triplet: B2, D6 and 19. RGB value is (178,214,25). Sum of RGB (Red+Green+Blue) = 178+214+25=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D619 is #4D29E6. Grayscale: #B6B6B6. Windows color (decimal): -5056999 or 1693362. OLE color: 1693362.

HSL color Cylindrical-coordinate representation of color #B2D619: hue angle of 71.43º 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 #B2D619 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 25 -
CMYK 0.17 0 0.88 0.16
HSL 71.43º 0.79% 0.47% -
HSV(B) 71.43º 0.88% 0.84% -
XYZ 42.58 57.63 9.8 -
YUV 181.69 39.57 125.37 -
System Red Green Blue C M Y K H S L
Decimal 178 214 25 0.17 0 0.88 0.16 71.43 0.79 0.47
Hex B2 D6 19 11 0 58 10 47 4F 2F
Octal 262 326 31 21 0 130 20 107 117 57
Binary 10110010 11010110 11001 10001 0 1011000 10000 1000111 1001111 101111

Color Harmonies of #B2D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D619

Black with #B2D619

Text Example


Text Example

White with #B2D619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D619; }

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

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

background-color css

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

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

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

border-color css

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

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

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