Html Css Color HEX #B5F011 Inch Worm

📋 copy color: '#B5F011'

red 181 ◦ green 240 ◦ blue 17

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

Shades of Inch Worm #B5F011

Tints of Inch Worm #B5F011

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.79%

 BLUE value IS 17 (7.03% from 255) = 3.88%

R = 41.32%
G = 54.79%
B = 3.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#B5F011 (or 0xB5F011) is known color: Inch Worm. HEX triplet: B5, F0 and 11. RGB value is (181,240,17). Sum of RGB (Red+Green+Blue) = 181+240+17=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F011 is #4A0FEE. Grayscale: #C5C5C5. Windows color (decimal): -4853743 or 1175733. OLE color: 1175733.

HSL color Cylindrical-coordinate representation of color #B5F011: hue angle of 75.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5F011 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 240 17 -
CMYK 0.25 0 0.93 0.06
HSL 75.87º 0.88% 0.5% -
HSV(B) 75.87º 0.93% 0.94% -
XYZ 50.32 72.18 11.81 -
YUV 196.94 26.45 116.63 -
System Red Green Blue C M Y K H S L
Decimal 181 240 17 0.25 0 0.93 0.06 75.87 0.88 0.5
Hex B5 F0 11 19 0 5D 6 4C 58 32
Octal 265 360 21 31 0 135 6 114 130 62
Binary 10110101 11110000 10001 11001 0 1011101 110 1001100 1011000 110010

Color Harmonies of #B5F011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F011

Black with #B5F011

Text Example


Text Example

White with #B5F011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F011; }

 p { color: rgb(181,240,17); }

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

background-color css

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

 a { background-color: rgb(181,240,17); }

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

border-color css

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

 span { border-color: rgb(181,240,17); }

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