#BFF520

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

Shades of Inch Worm #BFF520

Tints of Inch Worm #BFF520

Color information

#BFF520 (or 0xBFF520) is unknown color: approx Inch Worm. HEX triplet: BF, F5 and 20. RGB value is (191,245,32). Sum of RGB (Red+Green+Blue) = 191+245+32=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF520 is #400ADF. Grayscale: #CDCDCD. Windows color (decimal): -4197088 or 2160063. OLE color: 2160063.

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

Color convert

RGB19124532-
CMYK0.2200.870.04
HSL75.21º91.42%54.31%-
HSV(B)75.21º86.94%96.08%-
XYZ54.476.4913.26-
YUV204.5730.61118.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 245 (96.09% from 255) = 52.35%
BLUE value IS 32 (12.89% from 255) = 6.84%
R=40.81%
G=52.35%
B=6.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191245320.2200.870.0475.2191.4254.31
HexBFF5201605744b5b36
Octal27736540260127411313366
Binary1011111111110101100000101100101011110010010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF520; }

 p { color: rgb(191,245,32); }

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

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

 a { background-color: rgb(191,245,32); }

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

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

 span { border-color: rgb(191,245,32); }

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