#BFE403

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

Shades of Inch Worm #BFE403

Tints of Inch Worm #BFE403

Color information

#BFE403 (or 0xBFE403) is unknown color: approx Inch Worm. HEX triplet: BF, E4 and 03. RGB value is (191,228,3). Sum of RGB (Red+Green+Blue) = 191+228+3=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE403 is #401BFC. Grayscale: #C0C0C0. Windows color (decimal): -4201469 or 255167. OLE color: 255167.

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

Color convert

RGB1912283-
CMYK0.1600.990.11
HSL69.87º97.4%45.29%-
HSV(B)69.87º98.68%89.41%-
XYZ49.2566.5710.34-
YUV191.2921.74127.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 228 (89.45% from 255) = 54.03%
BLUE value IS 3 (1.56% from 255) = 0.71%
R=45.26%
G=54.03%
B=0.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19122830.1600.990.1169.8797.445.29
HexBFE4310063B46612d
Octal27734432001431310614155
Binary1011111111100100111000001100011101110001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE403; }

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

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

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

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

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

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

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

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