Html Css Color HEX #B9F50F Inch Worm

📋 copy color: '#B9F50F'

red 185 ◦ green 245 ◦ blue 15

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

Shades of Inch Worm #B9F50F

Tints of Inch Worm #B9F50F

RGB

 RED value IS 185 (72.66% from 255) = 41.57%

 GREEN value IS 245 (96.09% from 255) = 55.06%

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 41.57%
G = 55.06%
B = 3.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#B9F50F (or 0xB9F50F) is known color: Inch Worm. HEX triplet: B9, F5 and 0F. RGB value is (185,245,15). Sum of RGB (Red+Green+Blue) = 185+245+15=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F50F is #460AF0. Grayscale: #C9C9C9. Windows color (decimal): -4590321 or 1045945. OLE color: 1045945.

HSL color Cylindrical-coordinate representation of color #B9F50F: hue angle of 75.65º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9F50F is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 245 15 -
CMYK 0.24 0 0.94 0.04
HSL 75.65º 0.92% 0.51% -
HSV(B) 75.65º 0.94% 0.96% -
XYZ 52.75 75.65 12.27 -
YUV 200.84 23.12 116.7 -
System Red Green Blue C M Y K H S L
Decimal 185 245 15 0.24 0 0.94 0.04 75.65 0.92 0.51
Hex B9 F5 F 18 0 5E 4 4C 5C 33
Octal 271 365 17 30 0 136 4 114 134 63
Binary 10111001 11110101 1111 11000 0 1011110 100 1001100 1011100 110011

Color Harmonies of #B9F50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F50F

Black with #B9F50F

Text Example


Text Example

White with #B9F50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F50F; }

 p { color: rgb(185,245,15); }

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

background-color css

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

 a { background-color: rgb(185,245,15); }

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

border-color css

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

 span { border-color: rgb(185,245,15); }

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