Html Css Color HEX #B2F319 Inch Worm

📋 copy color: '#B2F319'

red 178 ◦ green 243 ◦ blue 25

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

Shades of Inch Worm #B2F319

Tints of Inch Worm #B2F319

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.48%

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

R = 39.91%
G = 54.48%
B = 5.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#B2F319 (or 0xB2F319) is known color: Inch Worm. HEX triplet: B2, F3 and 19. RGB value is (178,243,25). Sum of RGB (Red+Green+Blue) = 178+243+25=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F319 is #4D0CE6. Grayscale: #C7C7C7. Windows color (decimal): -5049575 or 1700786. OLE color: 1700786.

HSL color Cylindrical-coordinate representation of color #B2F319: hue angle of 77.89º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2F319 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 243 25 -
CMYK 0.27 0 0.90 0.05
HSL 77.89º 0.9% 0.53% -
HSV(B) 77.89º 0.9% 0.95% -
XYZ 50.59 73.64 12.47 -
YUV 198.71 29.97 113.23 -
System Red Green Blue C M Y K H S L
Decimal 178 243 25 0.27 0 0.90 0.05 77.89 0.9 0.53
Hex B2 F3 19 1B 0 5A 5 4E 5A 35
Octal 262 363 31 33 0 132 5 116 132 65
Binary 10110010 11110011 11001 11011 0 1011010 101 1001110 1011010 110101

Color Harmonies of #B2F319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F319

Black with #B2F319

Text Example


Text Example

White with #B2F319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F319; }

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

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

background-color css

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

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

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

border-color css

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

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

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