#B9F413

Color #B9F413 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B9F413

Tints of Inch Worm #B9F413

Color information

#B9F413 (or 0xB9F413) is unknown color: approx Inch Worm. HEX triplet: B9, F4 and 13. RGB value is (185,244,19). Sum of RGB (Red+Green+Blue) = 185+244+19=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 244 (95.70% from 255 or 54.46% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F413 is #460BEC. Grayscale: #C9C9C9. Windows color (decimal): -4590573 or 1307833. OLE color: 1307833.

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

Color convert

RGB18524419-
CMYK0.2400.920.04
HSL75.73º91.09%51.57%-
HSV(B)75.73º92.21%95.69%-
XYZ52.4875.0612.34-
YUV200.7125.45116.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 244 (95.70% from 255) = 54.46%
BLUE value IS 19 (7.81% from 255) = 4.24%
R=41.29%
G=54.46%
B=4.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185244190.2400.920.0475.7391.0951.57
HexB9F4131805C44c5b34
Octal27136423300134411413364
Binary101110011111010010011110000101110010010011001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F413; }

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

 H1.HeaderClassName
 {
   color: #B9F413;
 }
 .AnyTagClassName
 {
   color: #B9F413;
 }
</style>
background-color css

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

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

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

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

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

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