Html Css Color HEX #B9F40C Inch Worm

📋 copy color: '#B9F40C'

red 185 ◦ green 244 ◦ blue 12

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

Shades of Inch Worm #B9F40C

Tints of Inch Worm #B9F40C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.33%

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

R = 41.95%
G = 55.33%
B = 2.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#B9F40C (or 0xB9F40C) is known color: Inch Worm. HEX triplet: B9, F4 and 0C. RGB value is (185,244,12). Sum of RGB (Red+Green+Blue) = 185+244+12=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F40C is #460BF3. Grayscale: #C8C8C8. Windows color (decimal): -4590580 or 849081. OLE color: 849081.

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

Color convert

RGB 185 244 12 -
CMYK 0.24 0 0.95 0.04
HSL 75.26º 0.91% 0.5% -
HSV(B) 75.26º 0.95% 0.96% -
XYZ 52.42 75.04 12.07 -
YUV 199.91 21.95 117.36 -
System Red Green Blue C M Y K H S L
Decimal 185 244 12 0.24 0 0.95 0.04 75.26 0.91 0.5
Hex B9 F4 C 18 0 5F 4 4B 5B 32
Octal 271 364 14 30 0 137 4 113 133 62
Binary 10111001 11110100 1100 11000 0 1011111 100 1001011 1011011 110010

Color Harmonies of #B9F40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F40C

Black with #B9F40C

Text Example


Text Example

White with #B9F40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F40C; }

 p { color: rgb(185,244,12); }

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

background-color css

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

 a { background-color: rgb(185,244,12); }

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

border-color css

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

 span { border-color: rgb(185,244,12); }

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