#BFEC19

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

Shades of Inch Worm #BFEC19

Tints of Inch Worm #BFEC19

Color information

#BFEC19 (or 0xBFEC19) is unknown color: approx Inch Worm. HEX triplet: BF, EC and 19. RGB value is (191,236,25). Sum of RGB (Red+Green+Blue) = 191+236+25=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC19 is #4013E6. Grayscale: #C7C7C7. Windows color (decimal): -4199399 or 1699007. OLE color: 1699007.

HSL color Cylindrical-coordinate representation of color #BFEC19: hue angle of 72.8º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFEC19 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB19123625-
CMYK0.1900.890.07
HSL72.8º84.74%51.18%-
HSV(B)72.8º89.41%92.55%-
XYZ51.6671.1411.93-
YUV198.4930.09122.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 236 (92.58% from 255) = 52.21%
BLUE value IS 25 (10.16% from 255) = 5.53%
R=42.26%
G=52.21%
B=5.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191236250.1900.890.0772.884.7451.18
HexBFEC19130597495533
Octal27735431230131711112563
Binary101111111110110011001100110101100111110010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC19; }

 p { color: rgb(191,236,25); }

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

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

 a { background-color: rgb(191,236,25); }

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

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

 span { border-color: rgb(191,236,25); }

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