#BFE41C

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

Shades of Inch Worm #BFE41C

Tints of Inch Worm #BFE41C

Color information

#BFE41C (or 0xBFE41C) is unknown color: approx Inch Worm. HEX triplet: BF, E4 and 1C. RGB value is (191,228,28). Sum of RGB (Red+Green+Blue) = 191+228+28=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE41C is #401BE3. Grayscale: #C2C2C2. Windows color (decimal): -4201444 or 1893567. OLE color: 1893567.

HSL color Cylindrical-coordinate representation of color #BFE41C: hue angle of 71.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE41C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB19122828-
CMYK0.1600.880.11
HSL71.1º78.74%50.2%-
HSV(B)71.1º87.72%89.41%-
XYZ49.4466.6511.36-
YUV194.1434.24125.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 228 (89.45% from 255) = 51.01%
BLUE value IS 28 (11.33% from 255) = 6.26%
R=42.73%
G=51.01%
B=6.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191228280.1600.880.1171.178.7450.2
HexBFE41C10058B474f32
Octal277344342001301310711762
Binary1011111111100100111001000001011000101110001111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE41C; }

 p { color: rgb(191,228,28); }

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

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

 a { background-color: rgb(191,228,28); }

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

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

 span { border-color: rgb(191,228,28); }

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