Html Css Color HEX #B9F40D Inch Worm

📋 copy color: '#B9F40D'

red 185 ◦ green 244 ◦ blue 13

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

Shades of Inch Worm #B9F40D

Tints of Inch Worm #B9F40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 41.86%
G = 55.2%
B = 2.94%

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

#B9F40D (or 0xB9F40D) is known color: Inch Worm. HEX triplet: B9, F4 and 0D. RGB value is (185,244,13). Sum of RGB (Red+Green+Blue) = 185+244+13=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F40D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F40D is #460BF2. Grayscale: #C8C8C8. Windows color (decimal): -4590579 or 914617. OLE color: 914617.

HSL color Cylindrical-coordinate representation of color #B9F40D: hue angle of 75.32º 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 #B9F40D is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 244 13 -
CMYK 0.24 0 0.95 0.04
HSL 75.32º 0.91% 0.5% -
HSV(B) 75.32º 0.95% 0.96% -
XYZ 52.43 75.04 12.1 -
YUV 200.03 22.45 117.28 -
System Red Green Blue C M Y K H S L
Decimal 185 244 13 0.24 0 0.95 0.04 75.32 0.91 0.5
Hex B9 F4 D 18 0 5F 4 4B 5B 32
Octal 271 364 15 30 0 137 4 113 133 62
Binary 10111001 11110100 1101 11000 0 1011111 100 1001011 1011011 110010

Color Harmonies of #B9F40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F40D

Black with #B9F40D

Text Example


Text Example

White with #B9F40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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