#BFF013

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

Shades of Inch Worm #BFF013

Tints of Inch Worm #BFF013

Color information

#BFF013 (or 0xBFF013) is unknown color: approx Inch Worm. HEX triplet: BF, F0 and 13. RGB value is (191,240,19). Sum of RGB (Red+Green+Blue) = 191+240+19=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF013 is #400FEC. Grayscale: #C8C8C8. Windows color (decimal): -4198381 or 1306815. OLE color: 1306815.

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

Color convert

RGB19124019-
CMYK0.2000.920.06
HSL73.3º88.05%50.78%-
HSV(B)73.3º92.08%94.12%-
XYZ52.7673.4412.01-
YUV200.1525.77121.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 240 (94.14% from 255) = 53.33%
BLUE value IS 19 (7.81% from 255) = 4.22%
R=42.44%
G=53.33%
B=4.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191240190.2000.920.0673.388.0550.78
HexBFF0131405C6495833
Octal27736023240134611113063
Binary101111111111000010011101000101110011010010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF013; }

 p { color: rgb(191,240,19); }

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

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

 a { background-color: rgb(191,240,19); }

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

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

 span { border-color: rgb(191,240,19); }

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