Html Css Color HEX #B5F30C Inch Worm

📋 copy color: '#B5F30C'

red 181 ◦ green 243 ◦ blue 12

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

Shades of Inch Worm #B5F30C

Tints of Inch Worm #B5F30C

RGB

 RED value IS 181 (71.09% from 255) = 41.51%

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

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 41.51%
G = 55.73%
B = 2.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#B5F30C (or 0xB5F30C) is known color: Inch Worm. HEX triplet: B5, F3 and 0C. RGB value is (181,243,12). Sum of RGB (Red+Green+Blue) = 181+243+12=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F30C is #4A0CF3. Grayscale: #C6C6C6. Windows color (decimal): -4852980 or 848821. OLE color: 848821.

HSL color Cylindrical-coordinate representation of color #B5F30C: hue angle of 76.1º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5F30C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 243 12 -
CMYK 0.26 0 0.95 0.05
HSL 76.1º 0.91% 0.5% -
HSV(B) 76.1º 0.95% 0.95% -
XYZ 51.17 73.95 11.92 -
YUV 198.13 22.96 115.78 -
System Red Green Blue C M Y K H S L
Decimal 181 243 12 0.26 0 0.95 0.05 76.1 0.91 0.5
Hex B5 F3 C 1A 0 5F 5 4C 5B 32
Octal 265 363 14 32 0 137 5 114 133 62
Binary 10110101 11110011 1100 11010 0 1011111 101 1001100 1011011 110010

Color Harmonies of #B5F30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F30C

Black with #B5F30C

Text Example


Text Example

White with #B5F30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F30C; }

 p { color: rgb(181,243,12); }

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

background-color css

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

 a { background-color: rgb(181,243,12); }

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

border-color css

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

 span { border-color: rgb(181,243,12); }

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